mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat(supported-versions)!: updates for 2.4.9, 2.4.8-p5, 2.4.7-p19, 2.4.6-p15 (#258)
BREAKING CHANGE: This release brings support for the v2.4.9 version of Magento. This also brings backwards-incompatible infrastructure changes for the patch versions of Magento. See https://github.com/graycoreio/github-actions-magento2/pull/258 for more information.
This commit is contained in:
Vendored
+18
-18
File diff suppressed because one or more lines are too long
@@ -88,12 +88,14 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
|
|||||||
'magento/project-community-edition:2.4.7-p9',
|
'magento/project-community-edition:2.4.7-p9',
|
||||||
'magento/project-community-edition:2.4.8-p4',
|
'magento/project-community-edition:2.4.8-p4',
|
||||||
]],
|
]],
|
||||||
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
|
['2027-05-31T00:00:00Z', 'Day of v2.4.7 EoL', [
|
||||||
'magento/project-community-edition:2.4.7-p9',
|
'magento/project-community-edition:2.4.7-p10',
|
||||||
'magento/project-community-edition:2.4.8-p4',
|
'magento/project-community-edition:2.4.8-p5',
|
||||||
|
'magento/project-community-edition:2.4.9',
|
||||||
]],
|
]],
|
||||||
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
|
['2027-06-01T00:00:00Z', 'Day after v2.4.7 EoL', [
|
||||||
'magento/project-community-edition:2.4.8-p4',
|
'magento/project-community-edition:2.4.8-p5',
|
||||||
|
'magento/project-community-edition:2.4.9',
|
||||||
]],
|
]],
|
||||||
])(
|
])(
|
||||||
'supportedVersions for %s',
|
'supportedVersions for %s',
|
||||||
|
|||||||
@@ -100,12 +100,12 @@
|
|||||||
"magento/project-community-edition:>=2.4.6 <2.4.7": {
|
"magento/project-community-edition:>=2.4.6 <2.4.7": {
|
||||||
"magento": "magento/project-community-edition:>=2.4.6 <2.4.7",
|
"magento": "magento/project-community-edition:>=2.4.6 <2.4.7",
|
||||||
"php": 8.2,
|
"php": 8.2,
|
||||||
"composer": "2.2.26",
|
"composer": "2.2.27",
|
||||||
"mysql": "mysql:8.0",
|
"mysql": "mysql:8.0",
|
||||||
"elasticsearch": "elasticsearch:8.19.2",
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
"rabbitmq": "rabbitmq:4.1-management",
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
"redis": "redis:7.2",
|
"valkey": "valkey/valkey:8.1",
|
||||||
"varnish": "varnish:7.7",
|
"varnish": "varnish:8",
|
||||||
"nginx": "nginx:1.28",
|
"nginx": "nginx:1.28",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2025-04-08T00:00:00+0000",
|
"release": "2025-04-08T00:00:00+0000",
|
||||||
@@ -114,59 +114,72 @@
|
|||||||
"magento/project-community-edition:>=2.4.7 <2.4.8": {
|
"magento/project-community-edition:>=2.4.7 <2.4.8": {
|
||||||
"magento": "magento/project-community-edition:>=2.4.7 <2.4.8",
|
"magento": "magento/project-community-edition:>=2.4.7 <2.4.8",
|
||||||
"php": 8.3,
|
"php": 8.3,
|
||||||
"composer": "2.9.5",
|
"composer": "2.9.7",
|
||||||
"mysql": "mysql:8.0",
|
"mysql": "mysql:8.0",
|
||||||
"elasticsearch": "elasticsearch:8.17.4",
|
"elasticsearch": "elasticsearch:8.19.15",
|
||||||
"opensearch": "opensearchproject/opensearch:2.19.5",
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
"rabbitmq": "rabbitmq:4.1-management",
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
"redis": "redis:7.2",
|
"valkey": "valkey/valkey:8.1",
|
||||||
"valkey": "valkey/valkey:8.0",
|
"varnish": "varnish:8",
|
||||||
"varnish": "varnish:7.7",
|
|
||||||
"nginx": "nginx:1.28",
|
"nginx": "nginx:1.28",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2025-04-08T00:00:00+0000",
|
"release": "2025-04-08T00:00:00+0000",
|
||||||
"eol": "2027-04-09T00:00:00+0000"
|
"eol": "2027-05-31T00:00:00+0000"
|
||||||
},
|
},
|
||||||
"magento/project-community-edition:>=2.4.8 <2.4.9": {
|
"magento/project-community-edition:>=2.4.8 <2.4.9": {
|
||||||
"magento": "magento/project-community-edition:>=2.4.8 <2.4.9",
|
"magento": "magento/project-community-edition:>=2.4.8 <2.4.9",
|
||||||
"php": 8.4,
|
"php": 8.4,
|
||||||
"composer": "2.9.5",
|
"composer": "2.9.7",
|
||||||
"mysql": "mysql:8.4",
|
"mysql": "mysql:8.4",
|
||||||
"opensearch": "opensearchproject/opensearch:3",
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
"rabbitmq": "rabbitmq:4.1-management",
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
"valkey": "valkey/valkey:8.0",
|
"valkey": "valkey/valkey:8.1",
|
||||||
"varnish": "varnish:7.7",
|
"varnish": "varnish:8",
|
||||||
"nginx": "nginx:1.28",
|
"nginx": "nginx:1.28",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2025-04-08T00:00:00+0000",
|
"release": "2025-04-08T00:00:00+0000",
|
||||||
"eol": "2028-04-09T00:00:00+0000"
|
"eol": "2028-05-31T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:>=2.4.9 <2.4.10": {
|
||||||
|
"magento": "magento/project-community-edition:>=2.4.9 <2.4.10",
|
||||||
|
"php": 8.5,
|
||||||
|
"composer": "2.9.7",
|
||||||
|
"mysql": "mysql:8.4",
|
||||||
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
|
"valkey": "valkey/valkey:9",
|
||||||
|
"varnish": "varnish:8",
|
||||||
|
"nginx": "nginx:1.28",
|
||||||
|
"os": "ubuntu-latest",
|
||||||
|
"release": "2026-05-07T00:00:00+0000",
|
||||||
|
"eol": "2029-05-31T00:00:00+0000"
|
||||||
},
|
},
|
||||||
"magento/project-community-edition": {
|
"magento/project-community-edition": {
|
||||||
"magento": "magento/project-community-edition",
|
"magento": "magento/project-community-edition",
|
||||||
"php": 8.4,
|
"php": 8.5,
|
||||||
"composer": "2.9.5",
|
"composer": "2.9.7",
|
||||||
"mysql": "mysql:8.4",
|
"mysql": "mysql:8.4",
|
||||||
"opensearch": "opensearchproject/opensearch:3",
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
"rabbitmq": "rabbitmq:4.1-management",
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
"valkey": "valkey/valkey:8.0",
|
"valkey": "valkey/valkey:9",
|
||||||
"varnish": "varnish:7.7",
|
"varnish": "varnish:8",
|
||||||
"nginx": "nginx:1.28",
|
"nginx": "nginx:1.28",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2025-04-08T00:00:00+0000",
|
"release": "2026-05-07T00:00:00+0000",
|
||||||
"eol": "2028-04-09T00:00:00+0000"
|
"eol": "2029-05-31T00:00:00+0000"
|
||||||
},
|
},
|
||||||
"magento/project-community-edition:next": {
|
"magento/project-community-edition:next": {
|
||||||
"magento": "magento/project-community-edition:@alpha",
|
"magento": "magento/project-community-edition:@alpha",
|
||||||
"php": 8.4,
|
"php": 8.5,
|
||||||
"composer": "2.9.5",
|
"composer": "2.9.7",
|
||||||
"mysql": "mysql:8.4",
|
"mysql": "mysql:8.4",
|
||||||
"valkey": "valkey/valkey:8.0",
|
"valkey": "valkey/valkey:9",
|
||||||
"opensearch": "opensearchproject/opensearch:3",
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
"rabbitmq": "rabbitmq:4.1-management",
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
"varnish": "varnish:7.7",
|
"varnish": "varnish:8",
|
||||||
"nginx": "nginx:1.28",
|
"nginx": "nginx:1.28",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2025-04-08T00:00:00+0000",
|
"release": "2026-05-07T00:00:00+0000",
|
||||||
"eol": "2028-04-09T00:00:00+0000"
|
"eol": "2029-05-31T00:00:00+0000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -797,6 +797,20 @@
|
|||||||
"nginx": "nginx:1.28",
|
"nginx": "nginx:1.28",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2026-03-10T00:00:00+0000",
|
"release": "2026-03-10T00:00:00+0000",
|
||||||
|
"eol": "2026-05-07T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.6-p15": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.6-p15",
|
||||||
|
"php": 8.2,
|
||||||
|
"composer": "2.2.27",
|
||||||
|
"mysql": "mysql:8.0",
|
||||||
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
|
"valkey": "valkey/valkey:8.1",
|
||||||
|
"varnish": "varnish:8",
|
||||||
|
"nginx": "nginx:1.28",
|
||||||
|
"os": "ubuntu-latest",
|
||||||
|
"release": "2026-05-07T00:00:00+0000",
|
||||||
"eol": "2026-08-11T00:00:00+0000"
|
"eol": "2026-08-11T00:00:00+0000"
|
||||||
},
|
},
|
||||||
"magento/project-community-edition:2.4.7": {
|
"magento/project-community-edition:2.4.7": {
|
||||||
@@ -939,7 +953,22 @@
|
|||||||
"nginx": "nginx:1.28",
|
"nginx": "nginx:1.28",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2026-03-10T00:00:00+0000",
|
"release": "2026-03-10T00:00:00+0000",
|
||||||
"eol": "2027-04-09T00:00:00+0000"
|
"eol": "2026-05-07T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.7-p10": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.7-p10",
|
||||||
|
"php": 8.3,
|
||||||
|
"composer": "2.9.7",
|
||||||
|
"mysql": "mysql:8.0",
|
||||||
|
"elasticsearch": "elasticsearch:8.19.15",
|
||||||
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
|
"valkey": "valkey/valkey:8.1",
|
||||||
|
"varnish": "varnish:8",
|
||||||
|
"nginx": "nginx:1.28",
|
||||||
|
"os": "ubuntu-latest",
|
||||||
|
"release": "2026-05-07T00:00:00+0000",
|
||||||
|
"eol": "2027-05-31T00:00:00+0000"
|
||||||
},
|
},
|
||||||
"magento/project-community-edition:2.4.8": {
|
"magento/project-community-edition:2.4.8": {
|
||||||
"magento": "magento/project-community-edition:2.4.8",
|
"magento": "magento/project-community-edition:2.4.8",
|
||||||
@@ -1011,6 +1040,34 @@
|
|||||||
"nginx": "nginx:1.28",
|
"nginx": "nginx:1.28",
|
||||||
"os": "ubuntu-latest",
|
"os": "ubuntu-latest",
|
||||||
"release": "2026-03-10T00:00:00+0000",
|
"release": "2026-03-10T00:00:00+0000",
|
||||||
"eol": "2028-04-09T00:00:00+0000"
|
"eol": "2026-05-07T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.8-p5": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.8-p5",
|
||||||
|
"php": 8.4,
|
||||||
|
"composer": "2.9.7",
|
||||||
|
"mysql": "mysql:8.4",
|
||||||
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
|
"valkey": "valkey/valkey:8.1",
|
||||||
|
"varnish": "varnish:8",
|
||||||
|
"nginx": "nginx:1.28",
|
||||||
|
"os": "ubuntu-latest",
|
||||||
|
"release": "2026-05-07T00:00:00+0000",
|
||||||
|
"eol": "2028-05-31T00:00:00+0000"
|
||||||
|
},
|
||||||
|
"magento/project-community-edition:2.4.9": {
|
||||||
|
"magento": "magento/project-community-edition:2.4.9",
|
||||||
|
"php": 8.5,
|
||||||
|
"composer": "2.9.7",
|
||||||
|
"mysql": "mysql:8.4",
|
||||||
|
"opensearch": "opensearchproject/opensearch:3",
|
||||||
|
"rabbitmq": "rabbitmq:4.2-management",
|
||||||
|
"valkey": "valkey/valkey:9",
|
||||||
|
"varnish": "varnish:8",
|
||||||
|
"nginx": "nginx:1.28",
|
||||||
|
"os": "ubuntu-latest",
|
||||||
|
"release": "2026-05-07T00:00:00+0000",
|
||||||
|
"eol": "2029-05-31T00:00:00+0000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user