Skip to content

Commit 931b5bb

Browse files
committed
Add TS 4.5 to the matrix
1 parent ba38cc9 commit 931b5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
ts: ['3.9', '4.0', '4.1', '4.2', '4.3', '4.4', 'next']
44+
ts: ['3.9', '4.0', '4.1', '4.2', '4.3', '4.4', '4.5', 'next']
4545

4646
steps:
4747
- name: Checkout code

0 commit comments

Comments
 (0)