Skip to content

Commit c774829

Browse files
committed
CI: Disable coverage checks in testing for PHP 8.0+
1 parent 597242a commit c774829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ jobs:
4444

4545
- name: Check code coverage
4646
run: ./vendor/bin/coverage-check clover.xml 100
47+
if: contains('7.2 7.3 7.4', matrix.php-version)

0 commit comments

Comments
 (0)