File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -11,24 +11,27 @@ matrix:
11
11
fast_finish : true
12
12
include :
13
13
# Minimum supported Symfony version with the latest PHP version
14
- - php : 7.3
14
+ - php : 7.4
15
15
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
16
16
17
17
# Test the latest stable release
18
18
- php : 7.2
19
19
- php : 7.3
20
+ - php : 7.4
20
21
env : COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text"
21
22
22
23
# Force some major versions of Symfony
23
- - php : 7.3
24
+ - php : 7.4
24
25
env : DEPENDENCIES="dunglas/symfony-lock:^3"
25
- - php : 7.3
26
+ - php : 7.4
26
27
env : DEPENDENCIES="dunglas/symfony-lock:^4"
27
28
28
29
# Latest commit to master
29
- - php : 7.3
30
+ - php : 7.4
30
31
env : STABILITY="dev"
31
32
33
+ - php : 8.0snapshot
34
+
32
35
allow_failures :
33
36
# Dev-master is allowed to fail.
34
37
- env : STABILITY="dev"
Original file line number Diff line number Diff line change 13
13
}
14
14
],
15
15
"require" : {
16
- "php" : " ^7.2" ,
16
+ "php" : " ^7.2 || ^8.0 " ,
17
17
"matthiasnoback/symfony-config-test" : " ^4.0.1" ,
18
18
"symfony/dependency-injection" : " ^3.4 || ^4.4 || ^5.0" ,
19
19
"symfony/config" : " ^3.4 || ^4.4 || ^5.0" ,
You can’t perform that action at this time.
0 commit comments