File tree Expand file tree Collapse file tree 2 files changed +6
-13
lines changed
Expand file tree Collapse file tree 2 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 fail-fast : false
1919 matrix :
20- php : ["8.1", "8.2", "8.3"]
21- symfony : ["^5.4", "^6.4", "^7.0"]
22- dbal : ["^2.0", "^3.0"]
23- exclude :
24- -
25- php : " 8.1"
26- symfony : " ^7.0"
27- -
28- symfony : " ^7.0"
29- dbal : " ^2.0"
20+ php : ["8.4", "8.5"]
21+ symfony : ["^6.4", "^7.4", "^8.0"]
22+ dbal : ["^3.0"]
3023
3124 steps :
3225 -
Original file line number Diff line number Diff line change 2424 }
2525 ],
2626 "require" : {
27- "php" : " ^8.1 " ,
27+ "php" : " ^8.4 " ,
2828 "doctrine/data-fixtures" : " ^1.2" ,
2929 "monolog/monolog" : " ^1.25 || ^2.1 || ^3" ,
30- "symfony/framework-bundle" : " ^5 .4 || ^6.0 || ^7 .0" ,
31- "symfony/monolog-bridge" : " ^5 .4 || ^6.0 || ^7 .0" ,
30+ "symfony/framework-bundle" : " ^6 .4 || ^7.4 || ^8 .0" ,
31+ "symfony/monolog-bridge" : " ^6 .4 || ^7.4 || ^8 .0" ,
3232 "webmozart/assert" : " ^1.9"
3333 },
3434 "require-dev" : {
You can’t perform that action at this time.
0 commit comments