Skip to content

Commit addc092

Browse files
committed
Fix ini-values format
Follow-up to 15d5620
1 parent 15d5620 commit addc092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
uses: shivammathur/setup-php@v2
310310
with:
311311
php-version: '${{ matrix.php }}'
312-
ini-values: ${{ matrix.php != 'nightly' && 'zend.assertions=1, error_reporting=-1, display_errors=On' }}
312+
ini-values: ${{ matrix.php != 'nightly' && 'zend.assertions=1, error_reporting=-1, display_errors=On' || '' }}
313313
extensions: gd, imagick, mysql, zip
314314
coverage: none
315315
tools: composer

0 commit comments

Comments
 (0)