Skip to content

Commit d05a3fb

Browse files
Add ts 5.9 to types matrix
1 parent 2a7a357 commit d05a3fb

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: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
59+
ts-version: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9']
6060
steps:
6161
- uses: actions/checkout@v4
6262
- uses: ./.github/actions/setup

0 commit comments

Comments
 (0)