File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,18 @@ sudo: false
3
3
cache :
4
4
directories :
5
5
- $HOME/.composer/cache/files
6
- - $HOME/symfony-bridge/.phpunit
7
6
env :
8
7
global :
9
8
- PHPUNIT_FLAGS="-v"
10
- - SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
9
+
11
10
matrix :
12
11
fast_finish : true
13
12
include :
14
13
# Minimum supported Symfony version with the latest PHP version
15
- - php : 7.1
14
+ - php : 7.2
16
15
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
17
16
18
17
# Test the latest stable release
19
- - php : 7.0
20
18
- php : 7.1
21
19
- php : 7.2
22
20
env : COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
@@ -27,7 +25,7 @@ matrix:
27
25
- php : 7.2
28
26
env : DEPENDENCIES="dunglas/symfony-lock:^3"
29
27
- php : 7.2
30
- env : DEPENDENCIES="dunglas/symfony-lock:^4" STABILITY="beta"
28
+ env : DEPENDENCIES="dunglas/symfony-lock:^4"
31
29
32
30
# Latest commit to master
33
31
- php : 7.2
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ^7.0 " ,
17
- "matthiasnoback/symfony-config-test" : " ^3 .0" ,
16
+ "php" : " ^7.1 " ,
17
+ "matthiasnoback/symfony-config-test" : " ^4 .0" ,
18
18
"symfony/dependency-injection" : " ^2.7 || ^3.3 || ^4.0" ,
19
19
"symfony/config" : " ^2.7 || ^3.3 || ^4.0" ,
20
20
"symfony/yaml" : " ^2.7 || ^3.3 || ^4.0"
21
21
},
22
22
"require-dev" : {
23
- "phpunit/phpunit" : " ^6.0"
23
+ "phpunit/phpunit" : " ^7.0"
24
+ },
25
+ "conflict" : {
26
+ "phpunit/phpunit" : " <7.0"
24
27
},
25
28
"autoload" : {
26
29
"psr-4" : { "Matthias\\ SymfonyDependencyInjectionTest\\ " : " " }
You can’t perform that action at this time.
0 commit comments