Skip to content

Commit f1045a4

Browse files
committed
lets use 7.0 for builds by default
1 parent b4f2d3d commit f1045a4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

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

33
php:
44
- 5.4
5+
- 5.5
56
- 5.6
67
- 7.0
78
- hhvm
@@ -22,13 +23,13 @@ matrix:
2223
include:
2324
- php: 5.3
2425
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
25-
- php: 5.5
26+
- php: 7.0
2627
env: SYMFONY_VERSION='2.3.* symfony/expression-language:2.4.*' SYMFONY_DEPRECATIONS_HELPER=weak
27-
- php: 5.5
28+
- php: 7.0
2829
env: SYMFONY_VERSION=2.6.*
29-
- php: 5.5
30+
- php: 7.0
3031
env: SYMFONY_VERSION=2.7.*
31-
- php: 5.5
32+
- php: 7.0
3233
env: SYMFONY_VERSION=2.8.*
3334

3435
before_install:

0 commit comments

Comments
 (0)