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 3c054e9 commit bb3ab21Copy full SHA for bb3ab21
.github/workflows/testing.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: shivammathur/setup-php@2.30.4
35
with:
36
php-version: ${{ matrix.php-version }}
37
- extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql pdo_sqlite
+ extensions: none, ctype, dom, json, mbstring, simplexml, tokenizer, xml, xmlwriter, pdo, curl, fileinfo, pdo_mysql, pdo_sqlite
38
ini-values: error_reporting=E_ALL
39
coverage: xdebug
40
0 commit comments