1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 04:00:40 +02:00

Travis: Test against the upcoming PHP 7.4

This commit is contained in:
Franz Liedke
2019-07-06 01:16:47 +02:00
parent d66d2aa26e
commit 2f656146a7

View File

@@ -45,6 +45,14 @@ jobs:
- php: 7.2
env: DB=mysql PREFIX=forum_
- php: 7.4snapshot
env: DB=mysql
- php: 7.4snapshot
addons:
mariadb: '10.2'
env: DB=mariadb
- stage: build
language: generic
if: branch = master AND type = push