Skip to content

Commit cd02f75

Browse files
authored
Merge pull request #49 from PHPCompatibility/feature/ghactions-show-startup-errors
GH Actions: update PHP ini configuration
2 parents 09aed99 + 15a9e1d commit cd02f75

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)