Skip to content

Commit f162216

Browse files
committed
display_errors=on
1 parent 84871b6 commit f162216

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
php-version: ${{ matrix.php-versions }}
5858
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre, soap, spl, sodium, xml
5959
tools: composer
60-
ini-values: error_reporting=E_ALL
60+
ini-values: error_reporting=E_ALL, display_errors=on
6161
coverage: pcov
6262

6363
- name: Setup problem matchers for PHP
@@ -129,7 +129,7 @@ jobs:
129129
extensions: ctype, date, dom, filter, hash, intl, mbstring, openssl, pcre,\
130130
soap, sodium, spl, xml, zip
131131
tools: composer
132-
ini-values: error_reporting=E_ALL
132+
ini-values: error_reporting=E_ALL, display_errors=on
133133
coverage: none
134134

135135
- name: Setup problem matchers for PHP

0 commit comments

Comments
 (0)