mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update Travis to use PHP 7.3 stable
This commit is contained in:
parent
600918fe39
commit
4adac7d591
10
.travis.yml
10
.travis.yml
@ -47,19 +47,11 @@ matrix:
|
||||
- DB=MYSQL
|
||||
- PHPUNIT_TEST=cms
|
||||
|
||||
- php: 7.3.0RC1
|
||||
- php: 7.3
|
||||
env:
|
||||
- DB=MYSQL
|
||||
- PDO=1
|
||||
- PHPUNIT_TEST=framework
|
||||
sudo: required
|
||||
dist: xenial
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libzip4
|
||||
services:
|
||||
- mysql
|
||||
|
||||
before_script:
|
||||
# Extra $PATH
|
||||
|
Loading…
Reference in New Issue
Block a user