Skip to content

Commit e0b46b5

Browse files
committed
ci: load sqlite3 extension
1 parent c6a882f commit e0b46b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: shivammathur/setup-php@v2
2121
with:
2222
php-version: 8.2
23-
extensions: json, mbstring, pcntl, intl, fileinfo, sqlite, pdo_sqlite
23+
extensions: mbstring, pdo, sqlite3, pdo_sqlite, intl, json, fileinfo, pcntl
2424
coverage: pcov
2525

2626
- name: Setup problem matchers

0 commit comments

Comments
 (0)