Skip to content

Commit

Permalink
Update TS test matrix to drop 3.9 and add 4.4/4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Nov 19, 2021
1 parent 2f5ad38 commit 87d1ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
node: ['14.x']
ts: ['3.9', '4.0', '4.1', '4.2', '4.3', 'next']
ts: ['4.0', '4.1', '4.2', '4.3', '4.4', '4.5', 'next']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 87d1ec4

Please sign in to comment.