From b168da1cbca024eee33a3d6f7ba06d79696cdc40 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 8 Apr 2022 15:15:42 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3d0dd080..cb6638e82 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -57,6 +57,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip + ini-values: error_reporting=E_ALL tools: composer:v2 coverage: none