Add 2.4.4-p7, 2.4.5-p6 and 2.4.6-p4 releases to supported-versions matrix (#219)

This commit is contained in:
Vinai Kopp
2024-02-14 14:52:36 +01:00
committed by GitHub
parent 120b61c253
commit 54f7204e3f
3 changed files with 54 additions and 12 deletions
+4 -4
View File
File diff suppressed because one or more lines are too long
@@ -39,20 +39,20 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
'magento/project-community-edition:2.4.6-p3',
]],
['2024-12-31T00:00:00Z', 'End of 2024', [
'magento/project-community-edition:2.4.4-p6',
'magento/project-community-edition:2.4.5-p5',
'magento/project-community-edition:2.4.6-p3',
'magento/project-community-edition:2.4.4-p7',
'magento/project-community-edition:2.4.5-p6',
'magento/project-community-edition:2.4.6-p4',
]],
['2025-08-08T00:00:00Z', 'Day Before v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p5',
'magento/project-community-edition:2.4.6-p3',
'magento/project-community-edition:2.4.5-p6',
'magento/project-community-edition:2.4.6-p4',
]],
['2025-08-09T00:00:00Z', 'Day of v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p5',
'magento/project-community-edition:2.4.6-p3',
'magento/project-community-edition:2.4.5-p6',
'magento/project-community-edition:2.4.6-p4',
]],
['2025-08-10T00:00:00Z', 'Day after v2.4.5 EoL', [
'magento/project-community-edition:2.4.6-p3',
'magento/project-community-edition:2.4.6-p4',
]],
['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [
]],
@@ -277,6 +277,20 @@
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2023-10-10T00:00:00+0000",
"eol": "2024-02-12T00:00:00+0000"
},
"magento/project-community-edition:2.4.4-p7": {
"magento": "magento/project-community-edition:2.4.4-p7",
"php": 8.1,
"composer": "2.2.21",
"mysql": "mysql:8.0",
"elasticsearch": "elasticsearch:7.17.5",
"rabbitmq": "rabbitmq:3.9-management",
"redis": "redis:6.2",
"varnish": "varnish:7.3",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2024-02-12T00:00:00+0000",
"eol": "2025-04-24T00:00:00+0000"
},
"magento/project-community-edition:2.4.5": {
@@ -361,6 +375,20 @@
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2023-10-10T00:00:00+0000",
"eol": "2024-02-12T00:00:00+0000"
},
"magento/project-community-edition:2.4.5-p6": {
"magento": "magento/project-community-edition:2.4.5-p6",
"php": 8.1,
"composer": "2.2.21",
"mysql": "mysql:8.0",
"elasticsearch": "elasticsearch:7.17.5",
"rabbitmq": "rabbitmq:3.11-management",
"redis": "redis:6.2",
"varnish": "varnish:7.1",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2024-02-12T00:00:00+0000",
"eol": "2025-08-09T00:00:00+0000"
},
"magento/project-community-edition:2.4.6": {
@@ -417,6 +445,20 @@
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2023-10-10T00:00:00+0000",
"eol": "2024-02-12T00:00:00+0000"
},
"magento/project-community-edition:2.4.6-p4": {
"magento": "magento/project-community-edition:2.4.6-p4",
"php": 8.1,
"composer": "2.2.21",
"mysql": "mysql:8.0",
"elasticsearch": "elasticsearch:8.5.3",
"rabbitmq": "rabbitmq:3.9-management",
"redis": "redis:7.0",
"varnish": "varnish:7.3",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"release": "2024-02-12T00:00:00+0000",
"eol": "2026-03-14T00:00:00+0000"
}
}