Skip to content

Commit a32b425

Browse files
committed
display_errors=on
1 parent 2e885a3 commit a32b425

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
extensions: ctype, date, dom, fileinfo, filter, hash, json, mbstring, mysql, openssl, pcre,\
5858
pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml
5959
tools: composer
60-
ini-values: error_reporting=E_ALL, pcov.directory=.
60+
ini-values: error_reporting=E_ALL, display_errors=on, pcov.directory=.
6161
coverage: pcov
6262

6363
- name: Setup problem matchers for PHP
@@ -120,7 +120,7 @@ jobs:
120120
extensions: ctype, dom, date, fileinfo, filter, hash, intl, json, mbstring, mysql, openssl, pcre,\
121121
pdo, pdo_sqlite, posix, soap, sodium, spl, xdebug, xml, zip
122122
tools: composer
123-
ini-values: error_reporting=E_ALL
123+
ini-values: error_reporting=E_ALL, display_errors=on
124124
coverage: none
125125

126126
- name: Setup problem matchers for PHP

0 commit comments

Comments
 (0)