Skip to content

Commit

Permalink
Update PHP versions in CI
Browse files Browse the repository at this point in the history
5.3 unsupported by Travis CI now
7.2 is RC
HVVM is 5.6 based and I think that -prefer-lowest is enough nowadays
  • Loading branch information
VolCh committed Oct 22, 2017
1 parent 5a58357 commit 6edd37c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -2,13 +2,15 @@ language: php

matrix:
include:
- php: 5.3
- php: 5.4
- php: 5.5
env: COMPOSER_OPTS="--prefer-lowest"
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: hhvm
env: COMPOSER_OPTS="--prefer-lowest"

before_install:
- sudo apt-get update -qq
Expand Down

0 comments on commit 6edd37c

Please sign in to comment.