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 4032a72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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 All @@ -19,4 +21,4 @@ install:
- composer update $COMPOSER_OPTS

script:
- phpunit tests
- vendor/bin/phpunit

0 comments on commit 4032a72

Please sign in to comment.