Skip to content

Commit f4622d7

Browse files
committed
Test against PHP 7.1, 7.2, and 7.3 on TravisCI
1 parent ec4985e commit f4622d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ php:
55
- 5.4
66
- 5.5
77
- 5.6
8-
- 7
8+
- 7.0
9+
- 7.1
10+
- 7.2
11+
- 7.3
912
- hhvm # ignore errors, see below
1013

1114
# lock distro so new future defaults will not break the build

0 commit comments

Comments
 (0)