Skip to content

Commit 3a1e527

Browse files
authored
Merge pull request #318 from beryllium/patch-1
Update travis-ci configuration to test in PHP7.3/4
2 parents 90e0f5f + f08495e commit 3a1e527

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ cache:
77
- $HOME/.composer/
88

99
# Run tests against all these PHP versions
10+
# TODO: When it becomes possible in TravisCI, switch 7.4snapshot to plain 7.4
1011
php:
1112
- 5.4
1213
- 5.5
1314
- 5.6
1415
- 7.0
1516
- 7.1
1617
- 7.2
18+
- 7.3
19+
- 7.4snapshot
1720
- hhvm
1821

1922
before_script:

0 commit comments

Comments
 (0)