Skip to content

Commit 953358e

Browse files
authored
Stop testing TypeScript 3.6 and 3.7
1 parent 591bd10 commit 953358e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
comparison_test:
77
name: Ubuntu Comparison Tests
88
runs-on: ubuntu-latest
9-
timeout-minutes: 15
9+
timeout-minutes: 25
1010
steps:
1111
- uses: actions/checkout@v2
1212

@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
os: [ubuntu, windows]
5959
node: [10, 12, 14]
60-
ts: [3.6.5, 3.7.5, 3.8.3, 3.9.3, 4.0.3, 4.1.2, next]
60+
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.2, next]
6161
runs-on: ${{ matrix.os }}-latest
6262
steps:
6363
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)