mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
V2.4.6-p1
* feat: add support for newly released Magento versions * tmp
This commit is contained in:
@@ -12,30 +12,33 @@ describe('getCurrentlySupportedVersions', () => {
|
||||
['2023-01-01T00:00:00Z', 'First day of 2023', [
|
||||
'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.5-p1',
|
||||
'magento/project-community-edition:2.4.5-p2',
|
||||
'magento/project-community-edition:2.4.5-p3',
|
||||
'magento/project-community-edition:2.4.6',
|
||||
'magento/project-community-edition:2.4.6-p1',
|
||||
]],
|
||||
['2024-01-01T00:00:00Z', 'First day of 2024', [
|
||||
'magento/project-community-edition:2.4.4-p3',
|
||||
'magento/project-community-edition:2.4.5-p2',
|
||||
'magento/project-community-edition:2.4.6',
|
||||
'magento/project-community-edition:2.4.4-p4',
|
||||
'magento/project-community-edition:2.4.5-p3',
|
||||
'magento/project-community-edition:2.4.6-p1',
|
||||
]],
|
||||
['2024-12-31T00:00:00Z', 'End of 2024', [
|
||||
'magento/project-community-edition:2.4.4-p3',
|
||||
'magento/project-community-edition:2.4.5-p2',
|
||||
'magento/project-community-edition:2.4.6',
|
||||
'magento/project-community-edition:2.4.4-p4',
|
||||
'magento/project-community-edition:2.4.5-p3',
|
||||
'magento/project-community-edition:2.4.6-p1',
|
||||
]],
|
||||
['2025-08-08T00:00:00Z', 'Day Before v2.4.5 EoL', [
|
||||
'magento/project-community-edition:2.4.5-p2',
|
||||
'magento/project-community-edition:2.4.6',
|
||||
'magento/project-community-edition:2.4.5-p3',
|
||||
'magento/project-community-edition:2.4.6-p1',
|
||||
]],
|
||||
['2025-08-09T00:00:00Z', 'Day of v2.4.5 EoL', [
|
||||
'magento/project-community-edition:2.4.5-p2',
|
||||
'magento/project-community-edition:2.4.6',
|
||||
'magento/project-community-edition:2.4.5-p3',
|
||||
'magento/project-community-edition:2.4.6-p1',
|
||||
]],
|
||||
['2025-08-10T00:00:00Z', 'Day after v2.4.5 EoL', [
|
||||
'magento/project-community-edition:2.4.6',
|
||||
'magento/project-community-edition:2.4.6-p1',
|
||||
]],
|
||||
])(
|
||||
'supportedVersions for %s',
|
||||
|
||||
Reference in New Issue
Block a user