We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44114b6 + 7015dca commit 15a81e6Copy full SHA for 15a81e6
1 file changed
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
uses: shivammathur/setup-php@v2
79
with:
80
php-version: ${{ matrix.php }}
81
- ini-values: error_reporting=E_ALL, display_errors=On
+ ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
82
coverage: none
83
84
- name: Conditionally update PHPCompatibility to develop version
0 commit comments