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.

(cherry picked from commit 83cc471)
  • Loading branch information
ef4 authored and kategengler committed Jan 16, 2024
1 parent 346d776 commit 3b5aac8
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 @@ -42,7 +42,9 @@ jobs:
needs: ['types']
strategy:
matrix:
ts-version: ['4.9', '5.0', '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']
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
Expand Down

0 comments on commit 3b5aac8

Please sign in to comment.