Skip to content

Commit 1ea6c40

Browse files
committed
Merge branch 'main' into upgrade-to-glimmer-vm-0-86
2 parents 8dc824e + 5ca3e86 commit 1ea6c40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ jobs:
4545
needs: ['types']
4646
strategy:
4747
matrix:
48-
ts-version: ['4.9', '5.0', '5.1', '5.2', '5.3', 'next']
48+
# I removed 'next' from this list because we're seeing buggy behavior in
49+
# the so-far unreleased 5.4. -ef4
50+
ts-version: ['4.9', '5.0', '5.1', '5.2', '5.3']
4951
steps:
5052
- uses: actions/checkout@v3
5153
- uses: ./.github/actions/setup

0 commit comments

Comments
 (0)