Skip to content

Commit

Permalink
fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed May 1, 2024
1 parent 10a1ba8 commit 2ef6fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, intl, apcu, sqlite, pdo_${{ matrix.db-type }}
extensions: mbstring, intl, apcu, sqlite, pdo_mysql, pdo_sqlite
ini-values: apc.enable_cli = 1
coverage: xdebug

Expand Down

0 comments on commit 2ef6fbb

Please sign in to comment.