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 c06bcaf commit 719cf7cCopy full SHA for 719cf7c
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: shivammathur/setup-php@v2
38
with:
39
php-version: ${{ matrix.php }}
40
- extensions: mbstring, pdo, sqlite, curl, dom,
+ extensions: mbstring, pdo, sqlite, curl, dom, mysql
41
coverage: none
42
43
- name: Install dependencies
0 commit comments