From 0de62e662745b249bf2af8dcdf5ce086bde1af3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 14 Jun 2022 09:58:05 +0200 Subject: [PATCH] Use development ini file to get deprecation warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/phpunit-mysql.yml | 1 + .github/workflows/phpunit-sqlite.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index da7dfefe2a27a..905401bd636f4 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -49,6 +49,7 @@ jobs: extensions: mbstring, iconv, fileinfo, intl, mysql, pdo_mysql coverage: none update: true + ini-file: development - name: composer i run: | diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index aab6f92632942..ae33b8e83922e 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -42,6 +42,7 @@ jobs: tools: phpunit extensions: mbstring, iconv, fileinfo, intl, sqlite, pdo_sqlite, gd coverage: none + ini-file: development - name: composer i run: composer i