Add 2.4.4-p8, 2.4.5-p7, 2.4.6-p5 and 2.4.7 releases to supported-versions matrix (#222)

* Add 2.4.4-p8, 2.4.5-p7, 2.4.6-p6 and 2.4.7 releases to supported-versions matrix

* Update build
This commit is contained in:
Vinai Kopp
2024-04-30 11:12:32 +02:00
committed by GitHub
parent 52584b3dd2
commit 4f193802bc
4 changed files with 113 additions and 33 deletions
@@ -39,22 +39,32 @@ 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-p7',
'magento/project-community-edition:2.4.5-p6',
'magento/project-community-edition:2.4.6-p4',
'magento/project-community-edition:2.4.4-p8',
'magento/project-community-edition:2.4.5-p7',
'magento/project-community-edition:2.4.6-p5',
'magento/project-community-edition:2.4.7',
]],
['2025-08-08T00:00:00Z', 'Day Before v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p6',
'magento/project-community-edition:2.4.6-p4',
'magento/project-community-edition:2.4.5-p7',
'magento/project-community-edition:2.4.6-p5',
'magento/project-community-edition:2.4.7',
]],
['2025-08-09T00:00:00Z', 'Day of v2.4.5 EoL', [
'magento/project-community-edition:2.4.5-p6',
'magento/project-community-edition:2.4.6-p4',
'magento/project-community-edition:2.4.5-p7',
'magento/project-community-edition:2.4.6-p5',
'magento/project-community-edition:2.4.7',
]],
['2025-08-10T00:00:00Z', 'Day after v2.4.5 EoL', [
'magento/project-community-edition:2.4.6-p4',
'magento/project-community-edition:2.4.6-p5',
'magento/project-community-edition:2.4.7',
]],
['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [
'magento/project-community-edition:2.4.7',
]],
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
'magento/project-community-edition:2.4.7',
]],
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
]],
])(
'supportedVersions for %s',