Try adding php8 back in to tests

This commit is contained in:
Andy Miller
2020-12-15 10:45:35 -07:00
parent 36504d7123
commit 6e136bf83f

View File

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php: [ 7.4, 7.3]
php: [ 8.0, 7.4, 7.3]
os: [ubuntu-latest]
steps: