File tree 1 file changed +15
-12
lines changed
1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -64,23 +64,26 @@ workflows:
64
64
- test :
65
65
name : php8.1
66
66
php : " 8.1"
67
- minimum-stability : ' dev' # Remove on Symfony 6.2 release
67
+ minimum-stability : ' dev' # Remove on Symfony 6.4 release
68
68
matrix :
69
69
parameters :
70
70
symfony :
71
71
- " 5.4"
72
72
- " 6.2"
73
+ - " 6.3"
74
+ composer-options :
75
+ - " --prefer-stable --prefer-lowest"
76
+ - " --prefer-stable"
77
+ - test :
78
+ name : php8.2
79
+ php : " 8.2"
80
+ minimum-stability : ' dev' # Remove on Symfony 6.4 release
81
+ matrix :
82
+ parameters :
83
+ symfony :
84
+ - " 5.4"
85
+ - " 6.2"
86
+ - " 6.3"
73
87
composer-options :
74
88
- " --prefer-stable --prefer-lowest"
75
89
- " --prefer-stable"
76
- # - test:
77
- # name: php8.2
78
- # php: "8.2-rc"
79
- # matrix:
80
- # parameters:
81
- # symfony:
82
- # - "5.4"
83
- # - "6.2"
84
- # composer-options:
85
- # - "--prefer-stable --prefer-lowest"
86
- # - "--prefer-stable"
You can’t perform that action at this time.
0 commit comments