mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 05:04:54 +00:00
7431dcb7af
This also allows using the action in https://github.com/mage-os/generate-mirror-repo-js where the test module is an external package installed with composer. In this case, no local path repo configuration is needed. Co-authored-by: Vinai Kopp <Vinai@users.noreply.github.com>
110 lines
3.6 KiB
JSON
110 lines
3.6 KiB
JSON
{
|
|
"magento/project-community-edition:>=2.3 <2.4": {
|
|
"magento": "magento/project-community-edition:>=2.3 <2.4",
|
|
"php": 7.4,
|
|
"composer": 1,
|
|
"mysql": "mysql:5.7.30",
|
|
"elasticsearch": "elasticsearch:7.16.3",
|
|
"rabbitmq": "rabbitmq:3.8",
|
|
"redis": "redis:6.0",
|
|
"varnish": "varnish:6.0",
|
|
"nginx": "nginx:1.18",
|
|
"os": "ubuntu-18.04"
|
|
},
|
|
"magento/project-community-edition:>=2.4.0 <2.4.1": {
|
|
"magento": "magento/project-community-edition:>=2.4.0 <2.4.1",
|
|
"php": 7.4,
|
|
"composer": 1,
|
|
"mysql": "mysql:5.7.30",
|
|
"elasticsearch": "elasticsearch:7.6.2",
|
|
"rabbitmq": "rabbitmq:3.8",
|
|
"redis": "redis:5.0",
|
|
"varnish": "varnish:6.0",
|
|
"nginx": "nginx:1.18",
|
|
"os": "ubuntu-latest"
|
|
},
|
|
"magento/project-community-edition:>=2.4.1 <2.4.2": {
|
|
"magento": "magento/project-community-edition:>=2.4.1 <2.4.2",
|
|
"php": 7.4,
|
|
"composer": 1,
|
|
"mysql": "mysql:8.0.20",
|
|
"elasticsearch": "elasticsearch:7.7.1",
|
|
"rabbitmq": "rabbitmq:3.8",
|
|
"redis": "redis:5.0",
|
|
"varnish": "varnish:6.0",
|
|
"nginx": "nginx:1.18",
|
|
"os": "ubuntu-latest"
|
|
},
|
|
"magento/project-community-edition:>=2.4.2 <2.4.3": {
|
|
"magento": "magento/project-community-edition:>=2.4.2 <2.4.3",
|
|
"php": 7.4,
|
|
"composer": 2,
|
|
"mysql": "mysql:8.0",
|
|
"elasticsearch": "elasticsearch:7.9.3",
|
|
"rabbitmq": "rabbitmq:3.8",
|
|
"redis": "redis:6.0",
|
|
"varnish": "varnish:6.0",
|
|
"nginx": "nginx:1.18",
|
|
"os": "ubuntu-latest"
|
|
},
|
|
"magento/project-community-edition:>=2.4.3 <2.4.4": {
|
|
"magento": "magento/project-community-edition:>=2.4.3 <2.4.4",
|
|
"php": 7.4,
|
|
"composer": 2,
|
|
"mysql": "mysql:8.0",
|
|
"elasticsearch": "elasticsearch:7.16.3",
|
|
"rabbitmq": "rabbitmq:3.8",
|
|
"redis": "redis:6.0",
|
|
"varnish": "varnish:6.0",
|
|
"nginx": "nginx:1.18",
|
|
"os": "ubuntu-latest"
|
|
},
|
|
"magento/project-community-edition:>=2.4.4 <2.4.5": {
|
|
"magento": "magento/project-community-edition:>=2.4.4 <2.4.5",
|
|
"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 <2.4.6": {
|
|
"magento": "magento/project-community-edition:>=2.4.5 <2.4.6",
|
|
"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"
|
|
},
|
|
"magento/project-community-edition": {
|
|
"magento": "magento/project-community-edition",
|
|
"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"
|
|
},
|
|
"magento/project-community-edition:next": {
|
|
"magento": "magento/project-community-edition:next",
|
|
"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"
|
|
}
|
|
} |