Add additional PHP versions to test

This commit is contained in:
Zach Borboa
2021-03-14 17:46:45 -04:00
parent 47429ea2f9
commit e26d9c9209
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0']
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
name: PHP ${{ matrix.php }}
steps: