Skip to content

Commit e77ea6c

Browse files
authored
Merge pull request #68 from PHPCompatibility/feature/ghactions-show-startup-errors
GH Actions: update PHP ini configuration
2 parents 990b587 + a8aa24f commit e77ea6c

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)