Skip to content

Commit 15a81e6

Browse files
authored
Merge pull request #41 from PHPCompatibility/feature/ghactions-show-startup-errors
GH Actions: update PHP ini configuration
2 parents 44114b6 + 7015dca commit 15a81e6

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)