Skip to content

Commit

Permalink
use php-7.2 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Veyssier committed Apr 1, 2019
1 parent bff614a commit 2c0d013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
dist: cosmic
language: php
php:
- 7
- 7.2
env:
global:
- CORE_BRANCH=stable15
Expand All @@ -13,11 +13,11 @@ matrix:
allow_failures:
- env: DB=pgsql CORE_BRANCH=master
include:
- php: 7
- php: 7.2
env: DB=sqlite
- php: 7
- php: 7.2
env: DB=mysql
- php: 7
- php: 7.2
env: DB=pgsql CORE_BRANCH=master
fast_finish: true

Expand Down

0 comments on commit 2c0d013

Please sign in to comment.