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 e149a71 + 7109401 commit 9d86022Copy full SHA for 9d86022
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
uses: shivammathur/setup-php@v2
94
with:
95
php-version: ${{ matrix.php }}
96
- ini-values: error_reporting=E_ALL, display_errors=On
+ ini-values: error_reporting=E_ALL, display_errors=On, display_startup_errors=On
97
coverage: none
98
99
- name: "Conditionally require specific versions of the polyfills (PHP 5.4)"
0 commit comments