Skip to content

Commit 87d1ec4

Browse files
committed
Update TS test matrix to drop 3.9 and add 4.4/4.5
1 parent 2f5ad38 commit 87d1ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
node: ['14.x']
43-
ts: ['3.9', '4.0', '4.1', '4.2', '4.3', 'next']
43+
ts: ['4.0', '4.1', '4.2', '4.3', '4.4', '4.5', 'next']
4444
steps:
4545
- name: Checkout repo
4646
uses: actions/checkout@v2

0 commit comments

Comments
 (0)