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