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.
1 parent 68d302c commit 928d96cCopy full SHA for 928d96c
.github/workflows/publish-website.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: shivammathur/setup-php@v2
51
with:
52
php-version: '8.4'
53
- ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0
+ ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0
54
coverage: none
55
56
- name: Generate /phars/index.html
0 commit comments