Skip to content

Commit 7015dca

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 44114b6 commit 7015dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

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

8484
- name: Conditionally update PHPCompatibility to develop version

0 commit comments

Comments
 (0)