Skip to content

Commit 928d96c

Browse files
committed
GH Actions: update PHP ini configuration
Ensure that errors for PHP starting up are also displayed.
1 parent 68d302c commit 928d96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: shivammathur/setup-php@v2
5151
with:
5252
php-version: '8.4'
53-
ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0
53+
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0
5454
coverage: none
5555

5656
- name: Generate /phars/index.html

0 commit comments

Comments
 (0)