feat(supported-version): add v2.4.4-p13, v2.4.5-p12, v2.4.6-p10, v2.4.7-p5 and v2.4.8 (#187)

This commit is contained in:
Damien Retzinger
2025-04-09 13:15:07 -04:00
committed by GitHub
parent 0f072ba9a0
commit 21c3bb3436
6 changed files with 173 additions and 73 deletions
@@ -45,30 +45,37 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
'magento/project-community-edition:2.4.7-p3',
]],
['2025-08-08T00:00:00Z', 'Day Before v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p11',
'magento/project-community-edition:2.4.6-p9',
'magento/project-community-edition:2.4.7-p4',
'magento/project-community-edition:2.4.5-p12',
'magento/project-community-edition:2.4.6-p10',
'magento/project-community-edition:2.4.7-p5',
'magento/project-community-edition:2.4.8',
]],
['2025-08-09T00:00:00Z', 'Day of v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p11',
'magento/project-community-edition:2.4.6-p9',
'magento/project-community-edition:2.4.7-p4',
'magento/project-community-edition:2.4.5-p12',
'magento/project-community-edition:2.4.6-p10',
'magento/project-community-edition:2.4.7-p5',
'magento/project-community-edition:2.4.8',
]],
['2025-08-10T00:00:00Z', 'Day after v2.4.5 EoL', [
'magento/project-community-edition:2.4.6-p9',
'magento/project-community-edition:2.4.7-p4',
'magento/project-community-edition:2.4.6-p10',
'magento/project-community-edition:2.4.7-p5',
'magento/project-community-edition:2.4.8',
]],
['2025-12-31T00:00:00Z', 'End of 2025', [
'magento/project-community-edition:2.4.6-p9',
'magento/project-community-edition:2.4.7-p4',
'magento/project-community-edition:2.4.6-p10',
'magento/project-community-edition:2.4.7-p5',
'magento/project-community-edition:2.4.8',
]],
['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [
'magento/project-community-edition:2.4.7-p4',
'magento/project-community-edition:2.4.7-p5',
'magento/project-community-edition:2.4.8',
]],
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
'magento/project-community-edition:2.4.7-p4',
'magento/project-community-edition:2.4.7-p5',
'magento/project-community-edition:2.4.8',
]],
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
'magento/project-community-edition:2.4.8',
]],
])(
'supportedVersions for %s',