Skip to content

Commit

Permalink
Revert "Disable error reporting for Behat tests on 8.4"
Browse files Browse the repository at this point in the history
This reverts commit 2c169bf and addc092.
  • Loading branch information
swissspidy committed Oct 30, 2024
1 parent addc092 commit 7874c7b
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: zend.assertions=1, error_reporting=-1, display_errors=On
extensions: gd, imagick, mysql, zip
coverage: none
tools: composer
Expand Down

0 comments on commit 7874c7b

Please sign in to comment.