We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dfd5c commit cd18616Copy full SHA for cd18616
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
php-version: ${{ matrix.php-version }}
44
extensions: ${{ env.extensions }}
45
- ini-values: date.timezone='UTC', display_errors=On
+ ini-values: date.timezone='UTC'
46
coverage: pcov
47
48
- name: Determine composer cache directory
@@ -70,7 +70,8 @@ jobs:
70
if: matrix.php-version == '7.4'
71
run: vendor/bin/psalm --no-progress
72
73
- - name: PHPUnit run
+ - name: PHPUnit run on PHP 7.4
74
+ if: matrix.php-version == '7.4'
75
run: vendor/bin/phpunit --coverage-clover=coverage.clover
76
77
- name: Code coverage on PHP 7.4
0 commit comments