Skip to content

Commit 75df816

Browse files
committed
Show all PHP errors, warnings and notices when running tests
1 parent bf0cca0 commit 75df816

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
with:
3030
php-version: ${{ matrix.php }}
3131
coverage: xdebug
32+
ini-values: error_reporting=-1
3233

3334
- name: Validate composer.json
3435
run: composer validate

0 commit comments

Comments
 (0)