From ac5df8e94f1ffdaa16b96c00927830dc607628b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Thu, 26 Jan 2023 11:00:46 +0100 Subject: [PATCH] Catch deprecation warnings in oci tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/oci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index cbe4ac6df39..12bef5b1ed8 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -36,6 +36,7 @@ jobs: extensions: ctype, curl, dom, fileinfo, gd, imagick, intl, json, mbstring, oci8, openssl, pdo_sqlite, posix, sqlite, xml, zip tools: phpunit:9 coverage: none + ini-file: development env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -- 2.39.5