mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
Try adding php8 back in to tests
This commit is contained in:
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
php: [ 7.4, 7.3]
|
||||
php: [ 8.0, 7.4, 7.3]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user