Skip to content

Commit 1fc6329

Browse files
committed
validate database schema GHA
Signed-off-by: alexmerlin <[email protected]>
1 parent 98bed72 commit 1fc6329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-database-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
coverage: pcov
3030
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
3131
tools: composer:v2, cs2pr
32-
extensions: pdo, pdo_mysql
32+
extensions: pdo, pdo_mysql, pdo_sqlite
3333

3434
- name: Determine composer cache directory
3535
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)