Merge pull request #692 from zachborboa/master

Use block format list for php version matrix
This commit is contained in:
Zach Borboa
2021-11-24 21:00:22 -05:00
committed by GitHub
+7 -1
View File
@@ -14,7 +14,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php:
- '7.0'
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
fail-fast: false
name: PHP ${{ matrix.php }}