Skip to content

Commit cad21c0

Browse files
committed
Remove unsupported PHP versions from Travis matrix
1 parent 8142894 commit cad21c0

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
language: php
2-
dist: trusty
2+
dist: xenial
33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- 7.1
9-
- 7.2
104
- 7.3
11-
- hhvm
12-
- hhvm-nightly
5+
- 7.4
136

147
matrix:
158
allow_failures:

0 commit comments

Comments
 (0)