Skip to content

Commit 7b20582

Browse files
committed
Add more PHP versions to test
1 parent 2d3a6af commit 7b20582

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
@@ -20,9 +20,13 @@ matrix:
2020
- php: 5.6
2121
env: COMPOSER_OPTIONS="" SYMFONY_DEPRECATIONS_HELPER=weak
2222
- php: 7.0
23+
- php: 7.1
24+
- php: 7.2
25+
- php: nightly
2326
- php: hhvm
2427
allow_failures:
2528
- php: hhvm
29+
- php: nightly
2630
fast_finish: true
2731

2832
env:

0 commit comments

Comments
 (0)