mirror of
https://github.com/flarum/core.git
synced 2025-02-19 15:44:56 +01: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
64e4132c92
commit
fdfc6c0de2
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
php: [7.1, 7.2, 7.3]
|
||||
php: [7.1, 7.2, 7.3, 7.4]
|
||||
service: ['mysql:5.7', mariadb]
|
||||
prefix: ['', flarum_]
|
||||
|
||||
@ -33,6 +33,12 @@ jobs:
|
||||
- php: 7.2
|
||||
service: mariadb
|
||||
prefix: flarum_
|
||||
- php: 7.3
|
||||
service: 'mysql:5.7'
|
||||
prefix: flarum_
|
||||
- php: 7.3
|
||||
service: mariadb
|
||||
prefix: flarum_
|
||||
|
||||
services:
|
||||
mysql:
|
||||
|
Loading…
x
Reference in New Issue
Block a user