Skip to content

Commit 64ba918

Browse files
committed
Merge pull request #1249 from FriendsOfSymfony/tweak_travis
Tweak travis
2 parents 1679f53 + 97a79ea commit 64ba918

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222

2323
"require": {
24-
"php": ">=5.3.9",
24+
"php": "^5.3.9|~7.0",
2525
"psr/log": "~1.0",
2626
"symfony/framework-bundle": "~2.3|~3.0",
2727
"symfony/http-kernel": "^2.3.24|~3.0",

0 commit comments

Comments
 (0)