From 20cbf5d06a9d50ce6c18b0e58cd40b11a17baf7a Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sat, 2 May 2026 11:54:51 -0400 Subject: [PATCH] test(supported-version): add test coverage for 2026-03-10 (#233) --- supported-version/src/kind/get-currently-supported.spec.ts | 5 +++++ 1 file changed, 5 insertions(+) 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',