From addc0927be6e45fe29273ab66ef40e38f2532968 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 14 Oct 2024 11:31:59 +0200 Subject: [PATCH] Fix `ini-values` format Follow-up to 15d562001e7a93f2817187f10a75b524bd68acbd --- .github/workflows/reusable-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-testing.yml b/.github/workflows/reusable-testing.yml index dc97591..be4f6bc 100644 --- a/.github/workflows/reusable-testing.yml +++ b/.github/workflows/reusable-testing.yml @@ -309,7 +309,7 @@ jobs: uses: shivammathur/setup-php@v2 with: php-version: '${{ matrix.php }}' - ini-values: ${{ matrix.php != 'nightly' && 'zend.assertions=1, error_reporting=-1, display_errors=On' }} + ini-values: ${{ matrix.php != 'nightly' && 'zend.assertions=1, error_reporting=-1, display_errors=On' || '' }} extensions: gd, imagick, mysql, zip coverage: none tools: composer