From 67a9e0c2c96b6dcd1f4f265373352a903c2b7cc0 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:06:42 -0400 Subject: [PATCH] Drop support for TS < 5 --- .github/workflows/ci-build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d24c0cd07..17d8358cd 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -124,9 +124,6 @@ jobs: fail-fast: false matrix: ts-version: - - 4.7 - - 4.8 - - 4.9 - 5.0 - 5.1 - 5.2