chore: add versions 2.4.4-p5, 2.4.5-p4 and 2.4.6-p2 (#96)

This commit is contained in:
Vinai Kopp
2023-08-08 17:47:58 +02:00
committed by GitHub
parent 847b7464a1
commit dd14f7859c
3 changed files with 59 additions and 15 deletions
+4 -4
View File
File diff suppressed because one or more lines are too long
@@ -13,32 +13,37 @@ describe('getCurrentlySupportedVersions', () => {
'magento/project-community-edition:2.4.4-p2',
'magento/project-community-edition:2.4.4-p3',
'magento/project-community-edition:2.4.4-p4',
'magento/project-community-edition:2.4.4-p5',
'magento/project-community-edition:2.4.5-p1',
'magento/project-community-edition:2.4.5-p2',
'magento/project-community-edition:2.4.5-p3',
'magento/project-community-edition:2.4.5-p4',
'magento/project-community-edition:2.4.6',
'magento/project-community-edition:2.4.6-p1',
'magento/project-community-edition:2.4.6-p2',
]],
['2024-01-01T00:00:00Z', 'First day of 2024', [
'magento/project-community-edition:2.4.4-p4',
'magento/project-community-edition:2.4.5-p3',
'magento/project-community-edition:2.4.6-p1',
'magento/project-community-edition:2.4.4-p5',
'magento/project-community-edition:2.4.5-p4',
'magento/project-community-edition:2.4.6-p2',
]],
['2024-12-31T00:00:00Z', 'End of 2024', [
'magento/project-community-edition:2.4.4-p4',
'magento/project-community-edition:2.4.5-p3',
'magento/project-community-edition:2.4.6-p1',
'magento/project-community-edition:2.4.4-p5',
'magento/project-community-edition:2.4.5-p4',
'magento/project-community-edition:2.4.6-p2',
]],
['2025-08-08T00:00:00Z', 'Day Before v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p3',
'magento/project-community-edition:2.4.6-p1',
'magento/project-community-edition:2.4.5-p4',
'magento/project-community-edition:2.4.6-p2',
]],
['2025-08-09T00:00:00Z', 'Day of v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p3',
'magento/project-community-edition:2.4.6-p1',
'magento/project-community-edition:2.4.5-p4',
'magento/project-community-edition:2.4.6-p2',
]],
['2025-08-10T00:00:00Z', 'Day after v2.4.5 EoL', [
'magento/project-community-edition:2.4.6-p1',
'magento/project-community-edition:2.4.6-p2',
]],
['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [
]],
])(
'supportedVersions for %s',
@@ -231,6 +231,19 @@
"varnish": "varnish:7.3",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"eol": "2023-08-08T00:00:00+0000"
},
"magento/project-community-edition:2.4.4-p5": {
"magento": "magento/project-community-edition:2.4.4-p5",
"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",
"eol": "2025-04-24T00:00:00+0000"
},
"magento/project-community-edition:2.4.5": {
@@ -283,6 +296,19 @@
"varnish": "varnish:7.1",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"eol": "2023-08-08T00:00:00+0000"
},
"magento/project-community-edition:2.4.5-p4": {
"magento": "magento/project-community-edition:2.4.5-p4",
"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",
"eol": "2025-08-09T00:00:00+0000"
},
"magento/project-community-edition:2.4.6": {
@@ -309,6 +335,19 @@
"varnish": "varnish:7.3",
"nginx": "nginx:1.22",
"os": "ubuntu-latest",
"eol": "2023-08-08T00:00:00+0000"
},
"magento/project-community-edition:2.4.6-p2": {
"magento": "magento/project-community-edition:2.4.6-p2",
"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",
"eol": "2026-03-14T00:00:00+0000"
}
}