We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b624359 commit b036403Copy full SHA for b036403
1 file changed
.github/workflows/php.yml
@@ -85,7 +85,9 @@ jobs:
85
uses: shivammathur/setup-php@v2
86
with:
87
php-version: ${{ matrix.php-versions }}
88
- extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, mysql, openssl, pcre, posix, spl, xdebug, xml
+ extensions: >
89
+ ctype, date, dom, fileinfo, filter, hash, intl, mbstring,
90
+ mysql, openssl, pcre, posix, spl, xdebug, xml
91
tools: composer
92
ini-values: error_reporting=E_ALL, pcov.directory=.
93
coverage: pcov
0 commit comments