Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit ac605a6

Browse files
committed
Start officially supporting PHP 7
1 parent 9c1f85e commit ac605a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,17 @@ env:
1919

2020
matrix:
2121
include:
22+
- php: 5.3
23+
env: SYMFONY_VERSION="^2.3.4" COMPOSER_FLAGS="--prefer-lowest"
2224
- php: 5.6
2325
env: SYMFONY_VERSION=2.3.* SYMFONY_DEPRECATIONS_HELPER=weak
2426
- php: 5.6
2527
env: SYMFONY_VERSION=2.8.*
2628
- php: 5.6
2729
env: SYMFONY_VERSION=3.0.*
28-
- php: 5.3
29-
env: SYMFONY_VERSION="2.3.*,>=2.3.4" COMPOSER_FLAGS="--prefer-lowest"
3030
allow_failures:
3131
- env: SYMFONY_VERSION=2.8.*
3232
- env: SYMFONY_VERSION=3.0.*
33-
- php: 7.0
3433
fast_finish: true
3534

3635
before_install:

0 commit comments

Comments
 (0)