feat(supported-version): update for Mage-OS 2.2.2 (#317)

This commit is contained in:
Ryan Hoerr
2026-04-15 10:33:55 -04:00
committed by Damien Retzinger
parent db1267a94b
commit bbecc7f5f9
4 changed files with 31 additions and 9 deletions
@@ -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) => {