1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-01-29 04:37:35 +01:00

change php version for coverage

This commit is contained in:
Ne-Lexa 2021-02-25 22:46:16 +03:00
parent 58f821040f
commit f216617486

View File

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