Skip to content

Commit 26d8902

Browse files
committed
Support legacy PHP 5.3 through PHP 7.1
1 parent 9720d7e commit 26d8902

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@ language: php
22

33
php:
44
- 5.3
5+
- 5.4
6+
- 5.5
57
- 5.6
8+
- 7.0
9+
- 7.1
10+
11+
sudo: false
612

713
# also test against HHVM, but require "trusty" and ignore errors
814
matrix:

0 commit comments

Comments
 (0)