mirror of
https://github.com/flarum/core.git
synced 2025-07-15 22:06:24 +02:00
Test against php 8.1 (#3102)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: [7.3, 7.4, '8.0']
|
php: [7.3, 7.4, '8.0', '8.1']
|
||||||
service: ['mysql:5.7', mariadb]
|
service: ['mysql:5.7', mariadb]
|
||||||
prefix: ['', flarum_]
|
prefix: ['', flarum_]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user