From 6660a184001896575d20973df2eab0dd9ba2bc4e Mon Sep 17 00:00:00 2001 From: Rik Smale <13023439+WikiRik@users.noreply.github.com> Date: Fri, 16 Sep 2022 18:25:23 +0200 Subject: [PATCH] meta: add newer TypeScript versions to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22345c9bc933..26904850cc6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - ts-version: ["4.1", "4.2", "4.3", "4.4", "4.5"] + ts-version: ["4.1", "4.2", "4.3", "4.4", "4.5", "4.6", "4.7", "4.8"] name: TS Typings (${{ matrix.ts-version }}) runs-on: ubuntu-latest steps: