Skip to content

Commit b0dfd5c

Browse files
committed
Add ini value display_errors to build action
1 parent 3ba2efd commit b0dfd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
php-version: ${{ matrix.php-version }}
4444
extensions: ${{ env.extensions }}
45-
ini-values: date.timezone='UTC'
45+
ini-values: date.timezone='UTC', display_errors=On
4646
coverage: pcov
4747

4848
- name: Determine composer cache directory

0 commit comments

Comments
 (0)