Skip to content

Commit 15a9e1d

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 09aed99 commit 15a9e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: shivammathur/setup-php@v2
7878
with:
7979
php-version: ${{ matrix.php }}
80-
ini-values: error_reporting=E_ALL, display_errors=On
80+
ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
8181
coverage: none
8282

8383
- name: Conditionally update PHPCompatibility to develop version

0 commit comments

Comments
 (0)