mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
feat: add support for v2.4.4-p2 and v2.4.5-p1 (#69)
This commit is contained in:
Vendored
+4
-4
File diff suppressed because one or more lines are too long
@@ -179,6 +179,18 @@
|
|||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.18",
|
||||||
"os": "ubuntu-latest"
|
"os": "ubuntu-latest"
|
||||||
},
|
},
|
||||||
|
"magento/project-community-edition:2.4.4-p2": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.4-p2",
|
||||||
|
"php": 8.1,
|
||||||
|
"composer": 2,
|
||||||
|
"mysql": "mysql:8.0",
|
||||||
|
"elasticsearch": "elasticsearch:7.16.3",
|
||||||
|
"rabbitmq": "rabbitmq:3.9",
|
||||||
|
"redis": "redis:6.2",
|
||||||
|
"varnish": "varnish:7.0",
|
||||||
|
"nginx": "nginx:1.18",
|
||||||
|
"os": "ubuntu-latest"
|
||||||
|
},
|
||||||
"magento/project-community-edition:2.4.5": {
|
"magento/project-community-edition:2.4.5": {
|
||||||
"magento": "magento/project-community-edition:2.4.5",
|
"magento": "magento/project-community-edition:2.4.5",
|
||||||
"php": 8.1,
|
"php": 8.1,
|
||||||
@@ -190,5 +202,17 @@
|
|||||||
"varnish": "varnish:7.0",
|
"varnish": "varnish:7.0",
|
||||||
"nginx": "nginx:1.18",
|
"nginx": "nginx:1.18",
|
||||||
"os": "ubuntu-latest"
|
"os": "ubuntu-latest"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.5-p1": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.5-p1",
|
||||||
|
"php": 8.1,
|
||||||
|
"composer": 2,
|
||||||
|
"mysql": "mysql:8.0",
|
||||||
|
"elasticsearch": "elasticsearch:7.17.5",
|
||||||
|
"rabbitmq": "rabbitmq:3.9",
|
||||||
|
"redis": "redis:6.2",
|
||||||
|
"varnish": "varnish:7.0",
|
||||||
|
"nginx": "nginx:1.18",
|
||||||
|
"os": "ubuntu-latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user