2
0
Эх сурвалжийг харах

change php version for coverage

Ne-Lexa 5 жил өмнө
parent
commit
f216617486

+ 1 - 1
.github/workflows/build.yml

@@ -78,7 +78,7 @@ jobs:
 
             -
                 name: Set coverage args
-                if:   matrix.os == 'ubuntu-latest' && matrix.php == '8.0'
+                if:   matrix.os == 'ubuntu-latest' && matrix.php == '7.4'
                 run:  echo "PHPUNIT_COVERAGE=1" >> $GITHUB_ENV
 
             -