Skip to content

Commit d9e88d7

Browse files
committed
Update .github/workflows/ci.yaml
1 parent 88d6fdc commit d9e88d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
php-version: ${{ matrix.php-version }}
9494
extensions: none, ctype, curl, dom, iconv, json, mbstring, opcache, openssl, simplexml, tokenizer, xml, xmlwriter
95-
ini-values: pcov.directory=$GITHUB_WORKSPACE/src, zend.assertions=1
95+
ini-values: display_errors=On, display_startup_errors=On, error_reporting=-1, pcov.directory=$GITHUB_WORKSPACE/src, zend.assertions=1
9696
coverage: ${{ (matrix.calculate-coverage && 'pcov') || 'none' }}
9797

9898
- id: composer-cache
@@ -128,7 +128,8 @@ jobs:
128128
- if: matrix.install-phpunit-12
129129
run: composer apply-php_unit_attributes
130130

131-
- run: ./vendor/bin/phpunit --check-php-configuration
131+
- if: matrix.php-version != '7.4' && matrix.php-version != '8.0'
132+
run: ./vendor/bin/phpunit --check-php-configuration
132133

133134
- run: ./vendor/bin/phpunit ${{ matrix.phpunit-flags }}
134135
env:

0 commit comments

Comments
 (0)