Skip to content

Commit 53ecb96

Browse files
committed
Don't test EOL'ed PHP versions
This updates the Travis CI test matrix to remove PHP versions which have reached EOL. https://www.php.net/supported-versions.php
1 parent 0fb747e commit 53ecb96

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,14 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
84
- 7.1
95
- 7.2
106
- 7.3
11-
- hhvm
12-
- nightly
137

148
env:
159
- COMPOSER_OPTIONS="--prefer-source"
1610
- COMPOSER_OPTIONS="--prefer-source --prefer-lowest"
1711

18-
matrix:
19-
allow_failures:
20-
- php: hhvm
21-
- php: nightly
22-
23-
fast_finish: true
24-
2512
install:
2613
- git clone https://github.com/sstephenson/bats.git /tmp/bats
2714
- mkdir -p /tmp/local

0 commit comments

Comments
 (0)