We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50130b commit 8f485c8Copy full SHA for 8f485c8
.github/workflows/php.yml
@@ -148,7 +148,8 @@ jobs:
148
uses: shivammathur/setup-php@v2
149
with:
150
php-version: ${{ matrix.php-versions }}
151
- extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre, pdo, pdo_sqlite, posix, spl, xml
+ extensions: ctype, date, dom, fileinfo, filter, hash, intl, mbstring, openssl, pcre,\
152
+ pdo, pdo_sqlite, posix, spl, xml
153
tools: composer
154
ini-values: error_reporting=E_ALL
155
coverage: pcov
@@ -210,7 +211,8 @@ jobs:
210
211
212
213
214
215
+ pdo, pdo_sqlite, posix, spl, xml, zip
216
217
218
coverage: none
0 commit comments