We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3062fd4 commit 0fac2b0Copy full SHA for 0fac2b0
.github/workflows/php.yml
@@ -53,7 +53,7 @@ jobs:
53
php-version: '8.3'
54
tools: composer, composer-require-checker, composer-unused, phpcs, psalm
55
# optional performance gain for psalm: opcache
56
- extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, posix, spl, xml
+ extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, opcache, openssl, pcre, posix, spl, xml, zip
57
58
- name: Setup problem matchers for PHP
59
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
0 commit comments