Skip to content

Commit ceca051

Browse files
committed
Remove TS 4.8-alpha from the test matrix for now
1 parent 0cb73dc commit ceca051

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

0 commit comments

Comments
 (0)