diff --git a/supported-version/src/kind/get-currently-supported.spec.ts b/supported-version/src/kind/get-currently-supported.spec.ts index 3305e61..6eb2ce1 100644 --- a/supported-version/src/kind/get-currently-supported.spec.ts +++ b/supported-version/src/kind/get-currently-supported.spec.ts @@ -78,6 +78,11 @@ describe('getCurrentlySupportedVersions for magento-open-source', () => { 'magento/project-community-edition:2.4.7-p8', 'magento/project-community-edition:2.4.8-p3', ]], + ['2026-03-10T00:00:01Z', 'Day of March 2026 patch release', [ + 'magento/project-community-edition:2.4.6-p14', + 'magento/project-community-edition:2.4.7-p9', + 'magento/project-community-edition:2.4.8-p4', + ]], ['2026-03-15T00:00:00Z', 'Day after v2.4.6-p14 release', [ 'magento/project-community-edition:2.4.6-p14', 'magento/project-community-edition:2.4.7-p9',