Skip to content

Commit

Permalink
Removing ts@next from CI
Browse files Browse the repository at this point in the history
We're seeing potentially-buggy behavior from the currently unreleased typescript. To unblock other PRs I'm taking it out of the CI matrix for the present.
  • Loading branch information
ef4 committed Jan 2, 2024
1 parent cc4eaf4 commit 83cc471
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
needs: ['types']
strategy:
matrix:
ts-version: ['4.9', '5.0', '5.1', '5.2', '5.3', 'next']
# I removed 'next' from this list because we're seeing buggy behavior in
# the so-far unreleased 5.4. -ef4
ts-version: ['4.9', '5.0', '5.1', '5.2', '5.3']
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
Expand Down

0 comments on commit 83cc471

Please sign in to comment.