Skip to content

Commit ef03903

Browse files
committed
Remove 5.5, 5.6, 7.0, add 7.2, 7.3
1 parent 1cc7e0c commit ef03903

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ os:
44
- linux
55
sudo: false
66
php:
7-
# - 5.3 (doesn't recognize $var=[], only recognizes $var=array())
8-
# - 5.4 (doesn't have finally{} in try blocks)
9-
- 5.5
10-
- 5.6
11-
- 7.0
7+
- 7.2
8+
- 7.3
129
- nightly
1310
matrix:
1411
allow_failures:

0 commit comments

Comments
 (0)