File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,9 @@ matrix:
23
23
env : SYMFONY_VERSION=2.8.*
24
24
- php : 5.6
25
25
env : SYMFONY_VERSION=3.0.* COVERAGE=true
26
+ # test the latest release (including beta releases)
27
+ - php : 7.1
28
+ env : DEPENDENCIES=beta
26
29
allow_failures :
27
30
- php : hhvm
28
31
- php : 7.0
32
35
- $HOME/.composer/cache/files
33
36
34
37
before_script :
38
+ - if [ "$DEPENDENCIES" = "beta" ]; then composer config minimum-stability beta; fi;
35
39
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi;
36
40
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
37
41
- composer self-update
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^5.3.3|^7.0" ,
20
20
"friendsofsymfony/oauth2-php" : " ~1.1" ,
21
- "symfony/framework-bundle" : " ~2.2|~3.0" ,
22
- "symfony/security-bundle" : " ~2.1|~3.0" ,
23
- "symfony/dependency-injection" : " ^2.0.5|~3.0"
21
+ "symfony/framework-bundle" : " ~2.2|~3.0|^4.0 " ,
22
+ "symfony/security-bundle" : " ~2.1|~3.0|^4.0 " ,
23
+ "symfony/dependency-injection" : " ^2.0.5|~3.0|^4.0 "
24
24
},
25
25
"require-dev" : {
26
- "symfony/class-loader" : " ~2.1|~3.0" ,
27
- "symfony/yaml" : " ~2.1|~3.0" ,
28
- "symfony/form" : " ~2.3|~3.0" ,
29
- "symfony/console" : " ~2.1|~3.0" ,
26
+ "symfony/class-loader" : " ~2.1|~3.0|^4.0 " ,
27
+ "symfony/yaml" : " ~2.1|~3.0|^4.0 " ,
28
+ "symfony/form" : " ~2.3|~3.0|^4.0 " ,
29
+ "symfony/console" : " ~2.1|~3.0|^4.0 " ,
30
30
"willdurand/propel-typehintable-behavior" : " ^1.0.4" ,
31
31
"propel/propel1" : " ^1.6.5" ,
32
32
"phing/phing" : " ~2.4" ,
You can’t perform that action at this time.
0 commit comments