Skip to content

Commit

Permalink
Explicitly add TS v4.9 to test matrix
Browse files Browse the repository at this point in the history
We were testing this implicitly via `next` until 4.9 stabilized, at
which point `next` started targeting the 5.0 nightlies. With this
change, we now test against 4.8, 4.9, and 5.0 nightly. We'll need to
make a decision about what versions to support when we actually
"stabilize" the types: not merely publishing them, but opting consumers
into them by default. For now I'm leaving this as is because there's no
particular reason to bump past 4.8. (We might use `satisifies` in the
future, but nothing demands it at present.)
  • Loading branch information
chriskrycho committed Nov 29, 2022
1 parent 59523f4 commit 971e443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
needs: ['types']
strategy:
matrix:
ts-version: ['next']
ts-version: ['4.9', 'next']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 971e443

Please sign in to comment.