Skip to content

Commit

Permalink
Merge pull request #20617 from emberjs/remove-ts-next
Browse files Browse the repository at this point in the history
Removing ts@next from CI
  • Loading branch information
ef4 authored Jan 2, 2024
2 parents cc4eaf4 + 83cc471 commit 5ca3e86
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 5ca3e86

Please sign in to comment.