Skip to content

Commit 5a38d4a

Browse files
committed
GH Actions: update PHP ini configuration
Add `display_startup_errors=On` as per the current recommendation from PHPUnit. Ref: sebastianbergmann/phpunit-documentation-english@b3b159c
1 parent ac473c8 commit 5a38d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: shivammathur/setup-php@v2
5151
with:
5252
php-version: ${{ matrix.php }}
53-
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
53+
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On, display_startup_errors=On
5454
coverage: none
5555
tools: cs2pr
5656

@@ -103,7 +103,7 @@ jobs:
103103
uses: shivammathur/setup-php@v2
104104
with:
105105
php-version: '7.4'
106-
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
106+
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On, display_startup_errors=On
107107
coverage: xdebug
108108

109109
- name: Install Composer dependencies - normal

0 commit comments

Comments
 (0)