From 95bed94357b42a7df7477e1fbe8ba020ed32920e Mon Sep 17 00:00:00 2001 From: Giles Roadnight <10414642+Roaders@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:38:10 +0100 Subject: [PATCH] add additional TS versions --- .github/workflows/test-typescript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-typescript.yml b/.github/workflows/test-typescript.yml index 8367dae..12d1205 100644 --- a/.github/workflows/test-typescript.yml +++ b/.github/workflows/test-typescript.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - typescript-version: [4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9 ] + typescript-version: [4.2, 4.3, 4.4, 4.5, 4.6, 4.7, 4.8, 4.9, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6 ] steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0