Skip to content

Commit 9d86022

Browse files
authored
Merge pull request #56 from PHPCompatibility/feature/ghactions-show-startup-errors
GH Actions: update PHP ini configuration
2 parents e149a71 + 7109401 commit 9d86022

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
@@ -93,7 +93,7 @@ jobs:
9393
uses: shivammathur/setup-php@v2
9494
with:
9595
php-version: ${{ matrix.php }}
96-
ini-values: error_reporting=E_ALL, display_errors=On
96+
ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
9797
coverage: none
9898

9999
- name: "Conditionally require specific versions of the polyfills (PHP 5.4)"

0 commit comments

Comments
 (0)