File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,45 @@ jobs:
1717 matrix :
1818 magento :
1919 [
20+ " magento/project-community-edition:>=2.4.4 <2.4.5" ,
21+ " magento/project-community-edition:>=2.4.5 <2.4.6" ,
2022 " magento/project-community-edition:>=2.4.6 <2.4.7" ,
2123 " magento/project-community-edition:>=2.4.7 <2.4.8" ,
2224 ]
2325 include :
26+ - magento : magento/project-community-edition:>=2.4.4 <2.4.5
27+ php : 8.1
28+ composer : 2.2
29+ mysql : " mariadb:10.5"
30+ elasticsearch : " elasticsearch:7.17.9"
31+ rabbitmq : " rabbitmq:3.9-management"
32+ redis : " redis:7.2"
33+ job_title : " 2.4.4"
34+
35+ - magento : magento/project-community-edition:>=2.4.5 <2.4.6
36+ php : 8.1
37+ composer : 2.2
38+ mysql : " mariadb:10.5"
39+ elasticsearch : " elasticsearch:7.17.9"
40+ rabbitmq : " rabbitmq:3.13-management"
41+ redis : " redis:7.2"
42+ job_title : " 2.4.5"
43+
2444 - magento : magento/project-community-edition:>=2.4.6 <2.4.7
2545 php : 8.2
2646 composer : 2.2
27- mysql : " mysql:8.0 "
47+ mysql : " mariadb:10.6 "
2848 elasticsearch : " elasticsearch:7.17.9"
29- rabbitmq : " rabbitmq:3.12 -management"
30- redis : " redis:7.0 "
49+ rabbitmq : " rabbitmq:3.13 -management"
50+ redis : " redis:7.2 "
3151 job_title : " 2.4.6"
3252
3353 - magento : magento/project-community-edition:>=2.4.7 <2.4.8
3454 php : 8.3
3555 composer : 2.7
3656 mysql : " mariadb:10.6"
3757 elasticsearch : " elasticsearch:7.17.9"
38- rabbitmq : " rabbitmq:3.12 -management"
58+ rabbitmq : " rabbitmq:3.13 -management"
3959 redis : " redis:7.2"
4060 job_title : " 2.4.7"
4161
Original file line number Diff line number Diff line change 22 "name" : " aligent/magento2-pci-4-compatibility" ,
33 "description" : " Provide compatibility with PCI DSS 4.0 requirements" ,
44 "require" : {
5- "php" : " ^8.2.0|^8.3.0"
5+ "php" : " ^8.1.0|^8. 2.0|^8.3.0"
66 },
77 "type" : " magento2-module" ,
88 "license" : [
You can’t perform that action at this time.
0 commit comments