File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 24
24
- php : ' 7.2'
25
25
symfony : ' 4.4.*'
26
26
dependency : ' lowest'
27
+ - php : ' 8.0'
28
+ symfony : ' 6.0.*'
27
29
fail-fast : false
28
30
steps :
29
31
- name : Checkout
36
38
extensions : pcov
37
39
tools : flex
38
40
41
+ - name : Prefer unstable Composer dependencies for Symfony 6.0
42
+ if : matrix.symfony == '6.0.*'
43
+ run : |
44
+ composer config prefer-stable false
45
+ composer config minimum-stability dev
46
+
39
47
- name : Get Composer Cache Directory
40
48
id : composer-cache
41
49
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
Original file line number Diff line number Diff line change 15
15
"require" : {
16
16
"php" : " ^7.2 || ^8.0" ,
17
17
"matthiasnoback/symfony-config-test" : " ^4.0.1" ,
18
- "symfony/dependency-injection" : " ^4.4 || ^5.3" ,
19
- "symfony/config" : " ^4.4 || ^5.3" ,
20
- "symfony/yaml" : " ^4.4 || ^5.3"
18
+ "symfony/dependency-injection" : " ^4.4 || ^5.3 || ^6.0 " ,
19
+ "symfony/config" : " ^4.4 || ^5.3 || ^6.0 " ,
20
+ "symfony/yaml" : " ^4.4 || ^5.3 || ^6.0 "
21
21
},
22
22
"require-dev" : {
23
- "phpunit/phpunit" : " ^8.0"
23
+ "phpunit/phpunit" : " ^8.0 || ^9.0 "
24
24
},
25
25
"conflict" : {
26
26
"phpunit/phpunit" : " <8.0"
You can’t perform that action at this time.
0 commit comments