Skip to content

Commit

Permalink
meta: add newer TypeScript versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Sep 16, 2022
1 parent 8e873ed commit 6660a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 6660a18

Please sign in to comment.