Skip to content

Commit 746718c

Browse files
committed
GH Actions: update PHP ini configuration
Ensure that errors for PHP starting up are also displayed.
1 parent dba61db commit 746718c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: shivammathur/setup-php@v2
5050
with:
5151
php-version: 'latest'
52-
ini-values: error_reporting=-1, display_errors=On, log_errors_max_len=0
52+
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0
5353
tools: phpcs, phpcbf
5454
coverage: none
5555

0 commit comments

Comments
 (0)