Skip to content

Commit 0e0535e

Browse files
authored
Merge pull request #114 from wp-cli/behat-php84
Revert "Disable error reporting for Behat tests on 8.4"
2 parents addc092 + 7874c7b commit 0e0535e

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: 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)