Skip to content

Commit 8287593

Browse files
committed
display_errors=on
1 parent 94f07e2 commit 8287593

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
@@ -55,7 +55,7 @@ jobs:
5555
php-version: ${{ matrix.php-versions }}
5656
extensions: ctype, date, dom, filter, intl, libxml, pcre, sodium, spl, xml, xmlreader
5757
tools: composer
58-
ini-values: error_reporting=E_ALL
58+
ini-values: error_reporting=E_ALL, display_errors=on
5959
coverage: pcov
6060

6161
- name: Setup problem matchers for PHP
@@ -127,7 +127,7 @@ jobs:
127127
php-version: ${{ matrix.php-versions }}
128128
extensions: ctype, date, dom, filter, intl, libxml, pcre, sodium, spl, xml, xmlreader, zip
129129
tools: composer
130-
ini-values: error_reporting=E_ALL
130+
ini-values: error_reporting=E_ALL, display_errors=on
131131
coverage: none
132132

133133
- name: Setup problem matchers for PHP

0 commit comments

Comments
 (0)