Skip to content

Commit c4f99ae

Browse files
committed
Drop TS 4.9
1 parent e9addd8 commit c4f99ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
matrix:
5757
# I removed 'next' from this list because we're seeing buggy behavior in
5858
# the so-far unreleased 5.4. -ef4
59-
ts-version: ['4.9', '5.0', '5.1', '5.2', '5.3']
59+
ts-version: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7']
6060
steps:
6161
- uses: actions/checkout@v4
6262
- uses: ./.github/actions/setup

0 commit comments

Comments
 (0)