mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-08-03 22:17:24 +02:00
Add PHP 7.2 to build matrix
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -8,7 +8,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest]
|
operating-system: [ubuntu-latest]
|
||||||
php-versions: ['7.3', '7.4', '8.0']
|
php-versions: ['7.2', '7.3', '7.4', '8.0']
|
||||||
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
|
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Reference in New Issue
Block a user