Skip to content

Commit 9167d3c

Browse files
committed
Update TS test matrix to cover 4.6
1 parent f1f1fb2 commit 9167d3c

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: ['14.x']
99-
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', 'next']
99+
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6.1-rc', 'next']
100100
steps:
101101
- name: Checkout repo
102102
uses: actions/checkout@v2

0 commit comments

Comments
 (0)