File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,20 @@ jobs:
66
66
php-version :
67
67
- 8.0
68
68
- 8.1
69
+ - 8.2
69
70
70
71
symfony-version :
71
72
- 5
72
73
- 6
74
+ - 7
73
75
74
76
exclude :
75
77
- php-version : 8.0
76
78
symfony-version : 6
79
+ - php-version : 8.0
80
+ symfony-version : 7
81
+ - php-version : 8.1
82
+ symfony-version : 7
77
83
78
84
steps :
79
85
- name : " Checkout"
Original file line number Diff line number Diff line change 12
12
"require" : {
13
13
"php" : " ^7.4 || ^8.0" ,
14
14
"ext-simplexml" : " *" ,
15
- "symfony/framework-bundle" : " ^5.0 || ^6.0" ,
15
+ "symfony/framework-bundle" : " ^5.0 || ^6.0 || ^7.0 " ,
16
16
"vimeo/psalm" : " ^5.1"
17
17
},
18
18
"require-dev" : {
19
- "symfony/form" : " ^5.0 || ^6.0" ,
19
+ "symfony/form" : " ^5.0 || ^6.0 || ^7.0 " ,
20
20
"doctrine/annotations" : " ^1.8|^2" ,
21
21
"doctrine/orm" : " ^2.9" ,
22
22
"phpunit/phpunit" : " ~7.5 || ~9.5" ,
23
23
"symfony/cache-contracts" : " ^1.0 || ^2.0" ,
24
24
"symfony/console" : " *" ,
25
- "symfony/messenger" : " ^5.0 || ^6.0" ,
25
+ "symfony/messenger" : " ^5.0 || ^6.0 || ^7.0 " ,
26
26
"symfony/security-guard" : " *" ,
27
- "symfony/serializer" : " ^5.0 || ^6.0" ,
27
+ "symfony/serializer" : " ^5.0 || ^6.0 || ^7.0 " ,
28
28
"symfony/validator" : " *" ,
29
29
"twig/twig" : " ^2.10 || ^3.0" ,
30
30
"weirdan/codeception-psalm-module" : " dev-master"
You can’t perform that action at this time.
0 commit comments