Skip to content

Commit

Permalink
Fix ini-values format
Browse files Browse the repository at this point in the history
Follow-up to 15d5620
  • Loading branch information
swissspidy committed Oct 14, 2024
1 parent 15d5620 commit addc092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit addc092

Please sign in to comment.