Skip to content

Commit 22c157a

Browse files
test: remove TS 6 RC from test matrix (#907)
<!-- 👋 Hi, thanks for sending a PR to ts-api-utils! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [ ] Addresses an existing open issue: fixes #000 - [ ] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Since TS 6 is "latest" now.
1 parent 67467e5 commit 22c157a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
- latest
2828
ts_version:
2929
- 5.5.4
30+
- 5.9.3
3031
- latest
31-
# TS 6 rc. Once TS 6 is released, this can be removed, since it will
32-
# be superseded by `latest`
33-
- rc
3432

3533
name: Test
3634

0 commit comments

Comments
 (0)