mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
add php 8.1 to test (#3504)
now released https://www.php.net/releases/8.1/en.php
This commit is contained in:
parent
308383b093
commit
fb2c4f48f7
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php: [ 8.0, 7.4, 7.3]
|
||||
php: [ 8.1, 8.0, 7.4, 7.3]
|
||||
os: [ubuntu-latest]
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user