Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
flohdez authored Jan 9, 2024
1 parent 92319c5 commit 65046d5
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 @@ -30,7 +30,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: mbstring, intl, apcu, memcached, redis, pdo_${{ matrix.db-type }}
extensions: mbstring, intl, apcu, memcached, redis, sqlite, pdo_sqlote, pdo_${{ matrix.db-type }}
ini-values: apc.enable_cli = 1
coverage: pcov

Expand Down

0 comments on commit 65046d5

Please sign in to comment.