mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
feat(supported-version): Add 2.4.5-p14, 2.4.6-p12, 2.4.7-p7 and 2.4.8-p2 (#295)
This commit is contained in:
committed by
Damien Retzinger
parent
e12d993761
commit
499eb24a13
@@ -56,38 +56,38 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => {
|
||||
'magento/project-community-edition:2.4.7-p6',
|
||||
'magento/project-community-edition:2.4.8-p1',
|
||||
]],
|
||||
['2025-08-08T00:00:00Z', 'Day Before v2.4.5 EoL', [
|
||||
['2025-08-11T00:00:00Z', 'Day Before v2.4.5 EoL', [
|
||||
'magento/project-community-edition:2.4.5-p13',
|
||||
'magento/project-community-edition:2.4.6-p11',
|
||||
'magento/project-community-edition:2.4.7-p6',
|
||||
'magento/project-community-edition:2.4.8-p1',
|
||||
]],
|
||||
['2025-08-09T00:00:00Z', 'Day of v2.4.5 EoL', [
|
||||
['2025-08-12T00:00:00Z', 'Day of v2.4.5 EoL', [
|
||||
'magento/project-community-edition:2.4.5-p13',
|
||||
'magento/project-community-edition:2.4.6-p11',
|
||||
'magento/project-community-edition:2.4.7-p6',
|
||||
'magento/project-community-edition:2.4.8-p1',
|
||||
]],
|
||||
['2025-08-10T00:00:00Z', 'Day after v2.4.5 EoL', [
|
||||
'magento/project-community-edition:2.4.6-p11',
|
||||
'magento/project-community-edition:2.4.7-p6',
|
||||
'magento/project-community-edition:2.4.8-p1',
|
||||
['2025-08-13T00:00:00Z', 'Day after August 2025 patch release', [
|
||||
'magento/project-community-edition:2.4.6-p12',
|
||||
'magento/project-community-edition:2.4.7-p7',
|
||||
'magento/project-community-edition:2.4.8-p2',
|
||||
]],
|
||||
['2025-12-31T00:00:00Z', 'End of 2025', [
|
||||
'magento/project-community-edition:2.4.6-p11',
|
||||
'magento/project-community-edition:2.4.7-p6',
|
||||
'magento/project-community-edition:2.4.8-p1',
|
||||
'magento/project-community-edition:2.4.6-p12',
|
||||
'magento/project-community-edition:2.4.7-p7',
|
||||
'magento/project-community-edition:2.4.8-p2',
|
||||
]],
|
||||
['2026-03-15T00:00:00Z', 'Day after v2.4.6 EoL', [
|
||||
'magento/project-community-edition:2.4.7-p6',
|
||||
'magento/project-community-edition:2.4.8-p1',
|
||||
'magento/project-community-edition:2.4.7-p7',
|
||||
'magento/project-community-edition:2.4.8-p2',
|
||||
]],
|
||||
['2027-04-09T00:00:00Z', 'Day of v2.4.7 EoL', [
|
||||
'magento/project-community-edition:2.4.7-p6',
|
||||
'magento/project-community-edition:2.4.8-p1',
|
||||
'magento/project-community-edition:2.4.7-p7',
|
||||
'magento/project-community-edition:2.4.8-p2',
|
||||
]],
|
||||
['2027-04-10T00:00:00Z', 'Day after v2.4.7 EoL', [
|
||||
'magento/project-community-edition:2.4.8-p1',
|
||||
'magento/project-community-edition:2.4.8-p2',
|
||||
]],
|
||||
])(
|
||||
'supportedVersions for %s',
|
||||
|
||||
Reference in New Issue
Block a user