File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
- 5.5
7
7
- 5.6
8
8
- hhvm
9
+ - nightly
9
10
10
11
sudo : false
11
12
@@ -14,23 +15,24 @@ cache:
14
15
- $HOME/.composer/cache
15
16
16
17
env :
17
- - SYMFONY_VERSION=2.6.*
18
+ - SYMFONY_VERSION=2.7.* SYMFONY_DEPRECATIONS_HELPER=weak
18
19
19
20
matrix :
20
21
include :
21
22
- php : 5.6
22
23
env : SYMFONY_VERSION=2.3.*
23
24
- php : 5.6
24
- env : SYMFONY_VERSION=2.5 .*
25
+ env : SYMFONY_VERSION=2.6 .*
25
26
- php : 5.6
26
- env : SYMFONY_VERSION=2.7 .*
27
+ env : SYMFONY_VERSION=2.8 .*
27
28
- php : 5.6
28
29
env : SYMFONY_VERSION=3.0.*
29
30
- php : 5.3
30
31
env : SYMFONY_VERSION=2.3.* COMPOSER_FLAGS="--prefer-lowest"
31
32
allow_failures :
33
+ - php : nightly
32
34
- php : 5.6
33
- env : SYMFONY_VERSION=2.7 .*
35
+ env : SYMFONY_VERSION=2.8 .*
34
36
- php : 5.6
35
37
env : SYMFONY_VERSION=3.0.*
36
38
You can’t perform that action at this time.
0 commit comments