mirror of
https://github.com/flarum/framework.git
synced 2025-02-06 06:26:13 +08:00
CI: Test on PHP 7.4 as well
If we're lucky, this should fail right now, due to #1980.
This commit is contained in:
parent
16d65605d7
commit
1129e1333a
8
framework/core/.github/workflows/test.yml
vendored
8
framework/core/.github/workflows/test.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php: [7.1, 7.2, 7.3]
|
php: [7.1, 7.2, 7.3, 7.4]
|
||||||
service: ['mysql:5.7', mariadb]
|
service: ['mysql:5.7', mariadb]
|
||||||
prefix: ['', flarum_]
|
prefix: ['', flarum_]
|
||||||
|
|
||||||
|
@ -33,6 +33,12 @@ jobs:
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
service: mariadb
|
service: mariadb
|
||||||
prefix: flarum_
|
prefix: flarum_
|
||||||
|
- php: 7.3
|
||||||
|
service: 'mysql:5.7'
|
||||||
|
prefix: flarum_
|
||||||
|
- php: 7.3
|
||||||
|
service: mariadb
|
||||||
|
prefix: flarum_
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user