summaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit-sqlite.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-02 14:20:51 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-02 14:22:38 +0100
commitfeef98dabdb612e75e95815ec7d90ac705a88924 (patch)
tree1c941de6081c4db8d9be9eb6278c572730dcc6a9 /.github/workflows/phpunit-sqlite.yml
parent1bbc0acc4513370385a726a1970c2edfc7a43f42 (diff)
chore(CI): Use the development ini file
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/phpunit-sqlite.yml')
-rw-r--r--.github/workflows/phpunit-sqlite.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index f1e432afb..5a17f4ea9 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -65,6 +65,7 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite
coverage: none
+ ini-file: development
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}