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:
Franz Liedke 2020-01-31 14:45:47 +01:00 committed by Daniël Klabbers
parent 16d65605d7
commit 1129e1333a

View File

@ -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: