Skip to content

Commit f216617

Browse files
committed
change php version for coverage
1 parent 58f8210 commit f216617

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
@@ -78,7 +78,7 @@ jobs:
7878

7979
-
8080
name: Set coverage args
81-
if: matrix.os == 'ubuntu-latest' && matrix.php == '8.0'
81+
if: matrix.os == 'ubuntu-latest' && matrix.php == '7.4'
8282
run: echo "PHPUNIT_COVERAGE=1" >> $GITHUB_ENV
8383

8484
-

0 commit comments

Comments
 (0)