Added Mage-OS 1.3.0 (#296)

This commit is contained in:
Fabrizio Balliano
2025-08-13 17:44:03 +01:00
committed by Damien Retzinger
parent 499eb24a13
commit 2b6d19f691
4 changed files with 54 additions and 19 deletions
@@ -122,6 +122,12 @@ describe('getCurrentlySupportedVersions for mage-os', () => {
['2024-07-18T00:00:01Z', 'Release of 1.0.2', [
'mage-os/project-community-edition:1.0.2',
]],
['2025-04-22T00:00:01Z', 'Release of 1.1.1', [
'mage-os/project-community-edition:1.1.1',
]],
['2025-08-13T00:00:01Z', 'Release of 1.3.0', [
'mage-os/project-community-edition:1.3.0',
]],
])(
'supportedVersions for %s',
(date, description ,result) => {