mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Test against php 8.1 (#3102)
This commit is contained in:
parent
37a7d92e97
commit
894707c61a
2
framework/core/.github/workflows/test.yml
vendored
2
framework/core/.github/workflows/test.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php: [7.3, 7.4, '8.0']
|
||||
php: [7.3, 7.4, '8.0', '8.1']
|
||||
service: ['mysql:5.7', mariadb]
|
||||
prefix: ['', flarum_]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user