summaryrefslogtreecommitdiffstats
path: root/.github/workflows/phpunit-mysql.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-mysql.yml
parent1bbc0acc4513370385a726a1970c2edfc7a43f42 (diff)
chore(CI): Use the development ini file
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/phpunit-mysql.yml')
-rw-r--r--.github/workflows/phpunit-mysql.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml
index bf3aaa5c5..8c5e5e2ec 100644
--- a/.github/workflows/phpunit-mysql.yml
+++ b/.github/workflows/phpunit-mysql.yml
@@ -79,6 +79,7 @@ jobs:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql
coverage: none
+ ini-file: development
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}