Skip to content

Commit

Permalink
Update test-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 25, 2023
1 parent c8b13d1 commit 10f4a1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
php-version: '8.2'
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
# optional performance gain for psalm: opcache
extensions: ctype, date, dom, fileinfo, filter, hash, intl, 'php/pecl-authentication-krb5@master', \
ldap, mbstring, opcache, openssl, pcre, spl, xml
extensions: ctype, date, dom, fileinfo, filter, hash, intl, \
ldap, mbstring, opcache, openssl, pcre, spl, xml, \
php/pecl-authentication-krb5@master

- name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
Expand Down

0 comments on commit 10f4a1e

Please sign in to comment.