File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
- 5.4
12
12
# 5.5 and 5.6 are already covered by the jobs running against specific Symfony versions. no need to duplicate them here
13
13
- 7.0
14
+ - 7.1
14
15
- hhvm
15
16
16
17
matrix :
17
18
include :
18
19
# force testing against Symfony LTS versions
19
20
- php : 5.5
20
- env : SYMFONY_VERSION=2.3.*
21
- - php : 5.6
22
21
env : SYMFONY_VERSION=2.7.*
22
+ - php : 5.6
23
+ env : SYMFONY_VERSION=2.8.*
23
24
# Test against lowest dependencies
24
25
- php : 5.6
25
26
env : COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " >=5.3.3" ,
21
21
"keen-io/keen-io" : " ~2.1" ,
22
- "symfony/framework-bundle" : " ~2.3"
22
+ "symfony/config" : " ~2.3 || ~3.0" ,
23
+ "symfony/dependency-injection" : " ~2.3 || ~3.0" ,
24
+ "symfony/http-kernel" : " ~2.3 || ~3.0"
23
25
},
24
26
"require-dev" : {
25
- "symfony/phpunit-bridge" : " ~2.7" ,
27
+ "symfony/phpunit-bridge" : " ~3.2" ,
28
+ "symfony/yaml" : " ~2.3 || ~3.0" ,
26
29
"phpunit/phpunit" : " ~4.5"
27
30
},
28
31
"autoload" : {
You can’t perform that action at this time.
0 commit comments