Skip to content

Commit a43b3a6

Browse files
Do not suppress errors (after update to PHP-Scoper 0.18.17)
1 parent b2ef6dd commit a43b3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241

242242
env:
243243
PHP_EXTENSIONS: none, dom, json, fileinfo, iconv, libxml, mbstring, phar, soap, tokenizer, xml, xmlwriter
244-
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1, error_reporting=0
244+
PHP_INI_VALUES: assert.exception=1, phar.readonly=0, zend.assertions=1
245245

246246
steps:
247247
- name: Checkout

0 commit comments

Comments
 (0)