File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: php
2
2
3
3
php :
4
4
- 5.6
5
- - 7.1
5
+ - 7.3
6
6
7
7
env :
8
8
- PACKAGE_VERSION=high
@@ -13,9 +13,14 @@ matrix:
13
13
include :
14
14
- php : 5.6
15
15
env : PACKAGE_VERSION=low
16
+ - php : 7.3
17
+ env :
18
+ - MINIMUM_STABILITY=dev
19
+ - PACKAGE_VERSION=high
16
20
17
21
before_script :
18
22
- composer selfupdate
23
+ - if [[ "$MINIMUM_STABILITY" ]]; then composer config minimum-stability $MINIMUM_STABILITY ; fi
19
24
- if [[ "$PACKAGE_VERSION" == "high" ]]; then composer update --prefer-dist; fi
20
25
- if [[ "$PACKAGE_VERSION" == "low" ]]; then composer update --prefer-lowest --prefer-dist; fi
21
26
Original file line number Diff line number Diff line change 10
10
],
11
11
"require" : {
12
12
"phpcr/phpcr" : " ~2.1" ,
13
- "symfony/finder" : " ~2.8 || ~3.4 || ~4.0" ,
14
- "symfony/console" : " ~2.8 || ~3.4 || ~4.0"
13
+ "symfony/finder" : " ~2.8 || ~3.4 || ~4.0 || ~5.0 " ,
14
+ "symfony/console" : " ~2.8 || ~3.4 || ~4.0 || ~5.0 "
15
15
},
16
16
"require-dev" : {
17
17
"phpunit/phpunit" : " ~5.7" ,
You can’t perform that action at this time.
0 commit comments