Skip to content

Commit 2c169bf

Browse files
committed
Disable error reporting for Behat tests on 8.4
1 parent 7bcc6fb commit 2c169bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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