Explorar o código

change php version for coverage

Ne-Lexa %!s(int64=5) %!d(string=hai) anos
pai
achega
f216617486
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build.yml

+ 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
 
             -