File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
- hhvm
10
10
- 7.0
11
11
- 7.1
12
+ - 7.2
12
13
13
14
service :
14
15
- mongodb
@@ -24,7 +25,7 @@ matrix:
24
25
- php : 5.6
25
26
env : SYMFONY_VERSION=3.0.* COVERAGE=true
26
27
# test the latest release (including beta releases)
27
- - php : 7.1
28
+ - php : 7.2
28
29
env : DEPENDENCIES=beta
29
30
allow_failures :
30
31
- php : hhvm
@@ -39,7 +40,7 @@ before_script:
39
40
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi;
40
41
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then yes '' | pecl -q install -f mongo-stable; fi
41
42
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then pecl install -f mongodb-stable; fi
42
- - if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then composer require "alcaeus/mongo-php-adapter=^1.0.0" --ignore-platform-reqs ; fi
43
+ - if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then composer config "platform.ext-mongo" "1.6.16" && composer require alcaeus/mongo-php-adapter ; fi
43
44
- composer self-update
44
45
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
45
46
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^5.3.3 |^7.0" ,
19
+ "php" : " ^5.4 |^7.0" ,
20
20
"friendsofsymfony/oauth2-php" : " ~1.1" ,
21
21
"symfony/framework-bundle" : " ~2.8|~3.0|^4.0" ,
22
22
"symfony/security-bundle" : " ~2.8|~3.0|^4.0" ,
You can’t perform that action at this time.
0 commit comments