feat(supported-version)!: update for Magento v2.4.8-p4 release

BREAKING CHANGE: Adobe has dropped support for elasticsearch and redis in their latest releases of v2.4.8.
This commit is contained in:
Damien Retzinger
2026-03-10 13:35:44 -04:00
parent 2855f468ef
commit e6be791eed
4 changed files with 87 additions and 44 deletions
@@ -78,16 +78,17 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
'magento/project-community-edition:2.4.7-p8',
'magento/project-community-edition:2.4.8-p3',
]],
['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [
'magento/project-community-edition:2.4.7-p8',
'magento/project-community-edition:2.4.8-p3',
['2026-03-15T00:00:00Z', 'Day after v2.4.6-p14 release', [
'magento/project-community-edition:2.4.6-p14',
'magento/project-community-edition:2.4.7-p9',
'magento/project-community-edition:2.4.8-p4',
]],
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
'magento/project-community-edition:2.4.7-p8',
'magento/project-community-edition:2.4.8-p3',
'magento/project-community-edition:2.4.7-p9',
'magento/project-community-edition:2.4.8-p4',
]],
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
'magento/project-community-edition:2.4.8-p3',
'magento/project-community-edition:2.4.8-p4',
]],
])(
'supportedVersions for %s',