Skip to content

Commit

Permalink
Merge pull request #114 from wp-cli/behat-php84
Browse files Browse the repository at this point in the history
Revert "Disable error reporting for Behat tests on 8.4"
  • Loading branch information
schlessera authored Nov 1, 2024
2 parents addc092 + 7874c7b commit 0e0535e
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 0e0535e

Please sign in to comment.