1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-07-30 20:20:11 +02:00

fix build

This commit is contained in:
Ne-Lexa
2021-02-25 21:04:19 +03:00
parent f0e26007c1
commit 0be0d32fff

View File

@@ -50,7 +50,7 @@ jobs:
name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: ${{ matrix.php }}
extensions: ${{ env.extensions }}
coverage: pcov
ini-values: ${{ env.PHP_INI }}