Skip to content

Commit

Permalink
test against TS 5.3 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Dec 7, 2023
1 parent 0a2619e commit 510bc7d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,13 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
typescript-version: [beta, next]
typescript-version: [~5.3.0, beta, next]
include:
- typescript-version: beta
- typescript-version: ~5.3.0
experimental: false
name: 'ts-5.3'
- typescript-version: beta
experimental: true
name: 'ts-beta'
- typescript-version: next
experimental: true
Expand Down

0 comments on commit 510bc7d

Please sign in to comment.