Skip to content

Commit

Permalink
ci: add pdo-sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed Feb 18, 2024
1 parent ea7b092 commit 412d17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring
extensions: mbstring, php_sqlite3

- name: Print PHP info
run: php -i
Expand Down

0 comments on commit 412d17a

Please sign in to comment.