Skip to content

Commit faac49b

Browse files
jrfnlgrogy
authored andcommitted
GH Actions/test workflow: further improve base ini values
Follow up on 18 Depending on the PHP version, `E_ALL` may not actual include all errors, so let's use `-1` instead which always will. Also, let's enable `zend.assertions` in the ini settings as those may be used in tests.
1 parent b36f29a commit faac49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: shivammathur/setup-php@v2
3737
with:
3838
php-version: ${{ matrix.php }}
39-
ini-values: error_reporting=E_ALL, display_errors=On
39+
ini-values: zend.assertions=1, error_reporting=-1, display_errors=On
4040
coverage: none
4141
tools: cs2pr
4242

0 commit comments

Comments
 (0)