Skip to content

Commit f2d53ab

Browse files
authored
Update .travis.yml
Adding testing for php 7.2. Dropping testing for php 5.4. I'm keeping 5.5 even though PHP has stopped supporting it, because it's the version that ships with Ubuntu's 14.04 LTS release.
1 parent 302d336 commit f2d53ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ sudo: false
33
dist: trusty
44

55
php:
6-
- '5.4'
76
- '5.5'
87
- '5.6'
98
- '7.0'
109
- '7.1'
10+
- '7.2'
1111
- nightly
1212
- hhvm
1313

0 commit comments

Comments
 (0)