Skip to content

Commit 8f30d43

Browse files
committed
Add TS 4.9 RC to the test matrix
1 parent 35f7e6d commit 8f30d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
fail-fast: false
9797
matrix:
9898
node: ['16.x']
99-
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8']
99+
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.2-rc']
100100
steps:
101101
- name: Checkout repo
102102
uses: actions/checkout@v2

0 commit comments

Comments
 (0)