8000 minor #19700 [travis] Use PHP 7.0 until 7.1 is fixed (nicolas-grekas) · symfony/symfony@386e5e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 386e5e7

Browse files
minor #19700 [travis] Use PHP 7.0 until 7.1 is fixed (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- [travis] Use PHP 7.0 until 7.1 is fixed | Q | A | ------------- | --- | Branch? | 2.7 | Tests pass? | let's see | License | MIT Commits ------- 107a9e5 [travis] Use 7.0 until 7.1 is fixed
2 parents 7b383a9 + 107a9e5 commit 386e5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ matrix:
2828
- php: 5.6
2929
- php: 7.0
3030
env: deps=high
31-
- php: 7.1
31+
- php: 7.0
3232
env: deps=low
3333
fast_finish: true
3434

0 commit comments

Comments
 (0)
0