Skip to content

Commit f0d11e5

Browse files
committed
GH Actions: update PHP ini configuration
Ensure that errors for PHP starting up are also displayed.
1 parent 387ad65 commit f0d11e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: shivammathur/setup-php@v2
5959
with:
6060
php-version: '8.4'
61-
ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0
61+
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0
6262
coverage: none
6363

6464
- name: Get a list of the last 50 PHP_CodeSniffer releases

0 commit comments

Comments
 (0)