Skip to content

Commit 249051b

Browse files
author
Ben Thomson
committed
Include SQLite in automated tests
1 parent a91fa3f commit 249051b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: shivammathur/setup-php@master
2424
with:
2525
php-version: ${{ matrix.phpVersions }}
26-
extension-csv: mbstring, intl, gd, xml
26+
extension-csv: mbstring, intl, gd, xml, sqlite
2727
- name: Install Composer dependencies
2828
run: composer install --no-interaction --no-progress --no-suggest --no-scripts
2929
- name: Reset October modules and library

0 commit comments

Comments
 (0)