From de6545cb0d53d0cc957c77d8f11ea8faa9535a93 Mon Sep 17 00:00:00 2001 From: Sergey Astapov Date: Mon, 4 Dec 2023 16:29:08 -0500 Subject: [PATCH] Drop TypeScript 4.8 and below from CI matrix --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90b75579..e93c61f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,10 +154,6 @@ jobs: fail-fast: false matrix: typescript-scenario: - - typescript@4.5 - - typescript@4.6 - - typescript@4.7 - - typescript@4.8 - typescript@4.9 - typescript@5.0 - typescript@5.1