Skip to content

Commit e911c43

Browse files
committed
minor #824 Add testing on PHP 7.1 (stof)
This PR was merged into the 1.4-dev branch. Discussion ---------- Add testing on PHP 7.1 Commits ------- 17830e3 Add testing on PHP 7.1
2 parents 1c5dc5c + 17830e3 commit e911c43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ php:
1919
- 5.5
2020
- 5.6
2121
- 7.0
22+
- 7.1
2223
- hhvm
2324

2425
matrix:
2526
allow_failures:
2627
- php: hhvm
27-
- php: 7.0
28+
- php: 7.1
2829
include:
2930
- php: 5.3
3031
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable' SYMFONY_DEPRECATIONS_HELPER=weak

0 commit comments

Comments
 (0)