소스 검색

change php version for coverage

Ne-Lexa 5 년 전
부모
커밋
f216617486
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 
             -