Skip to content

Commit 44a5c3e

Browse files
authored
Merge pull request #25 from clue-labs/php
Test against legacy PHP 5.3 through PHP 7.1
2 parents 7e99b47 + 0ed38ee commit 44a5c3e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

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

33
php:
44
- 5.3
5+
- 5.4
6+
- 5.5
57
- 5.6
8+
- 7.0
9+
- 7.1
610

711
# also test against HHVM, but require "trusty" and ignore errors
812
matrix:

0 commit comments

Comments
 (0)