mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
NEW: Add PHP 7.4’s daily snapshot to the travis suite.
Also clean up the PHP 7.3 build. This will help avoid any inadvertent 7.4 failures; IMO the sooner we add new releases to the test mix the better. If this ends up creating intermittent failures outside of our control I would recommend rolling back entirely rather than adding to allowed_failures. The main goal of testing PHP 7.4 on SS3 sites is to let us keep upgrading PHP versions regularly until the end of SS3’s life.
This commit is contained in:
parent
8061e72bb4
commit
0bf03a3e77
11
.travis.yml
11
.travis.yml
@ -28,14 +28,11 @@ matrix:
|
||||
services:
|
||||
- mysql
|
||||
|
||||
- php: 7.3.0RC1
|
||||
- php: 7.3
|
||||
env: DB=SQLITE
|
||||
|
||||
- php: 7.4snapshot
|
||||
env: DB=SQLITE
|
||||
sudo: required
|
||||
dist: xenial
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libzip4
|
||||
|
||||
# CMS test
|
||||
- php: 5.5
|
||||
|
Loading…
Reference in New Issue
Block a user