File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,13 @@ jobs:
16
16
coverage : ['none']
17
17
symfony-versions :
18
18
- ' 6.3.*'
19
+ - ' 6.4.*'
20
+ - ' 7.0.*'
19
21
include :
20
- php : ' 8.2'
22
+ - php : ' 8.2'
21
23
coverage : ' xdebug'
22
- symfony-versions : ' ^6.3'
24
+ symfony-versions : ' 7.0.*'
25
+
23
26
24
27
name : PHP ${{ matrix.php }} Symfony ${{ matrix.symfony-versions }} ${{ matrix.description }}
25
28
steps :
Original file line number Diff line number Diff line change 28
28
"require" : {
29
29
"php" : " ^8.2" ,
30
30
"behat/behat" : " ^3.0" ,
31
- "symfony/messenger" : " ^6.3" ,
32
- "symfony/serializer" : " ^6.3" ,
33
- "symfony/dependency-injection" : " ^6.3" ,
34
- "symfony/http-kernel" : " ^6.3" ,
31
+ "symfony/messenger" : " ^6.3 || ^7.0 " ,
32
+ "symfony/serializer" : " ^6.3 || ^7.0 " ,
33
+ "symfony/dependency-injection" : " ^6.3 || ^7.0 " ,
34
+ "symfony/http-kernel" : " ^6.3 || ^7.0 " ,
35
35
"macpaw/similar-arrays" : " ^1.0"
36
36
},
37
37
"require-dev" : {
You can’t perform that action at this time.
0 commit comments