Skip to content

Commit 4032a72

Browse files
committed
Update PHP versions in CI
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
1 parent 5a58357 commit 4032a72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ language: php
22

33
matrix:
44
include:
5-
- php: 5.3
65
- php: 5.4
76
- php: 5.5
87
env: COMPOSER_OPTS="--prefer-lowest"
98
- php: 5.6
109
- php: 7.0
10+
- php: 7.1
11+
- php: 7.2
1112
- php: hhvm
13+
env: COMPOSER_OPTS="--prefer-lowest"
1214

1315
before_install:
1416
- sudo apt-get update -qq
@@ -19,4 +21,4 @@ install:
1921
- composer update $COMPOSER_OPTS
2022

2123
script:
22-
- phpunit tests
24+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)