mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-15 05:51:20 +00:00
feat(supported-version): update for Mage-OS 2.2.2 (#317)
This commit is contained in:
committed by
Damien Retzinger
parent
db1267a94b
commit
bbecc7f5f9
@@ -132,6 +132,12 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
|
||||
['2025-09-09T00:00:01Z', 'Release of 1.3.1', [
|
||||
'mage-os/project-community-edition:1.3.1',
|
||||
]],
|
||||
['2026-03-10T00:00:01Z', 'Release of 2.2.0', [
|
||||
'mage-os/project-community-edition:2.2.0',
|
||||
]],
|
||||
['2026-04-15T00:00:01Z', 'Release of 2.2.2', [
|
||||
'mage-os/project-community-edition:2.2.2',
|
||||
]],
|
||||
])(
|
||||
'supportedVersions for %s',
|
||||
(date, description ,result) => {
|
||||
|
||||
Reference in New Issue
Block a user