Skip to content

Commit

Permalink
Stop testing TypeScript 3.6 and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed Feb 18, 2021
1 parent 591bd10 commit 953358e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
comparison_test:
name: Ubuntu Comparison Tests
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 25
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
matrix:
os: [ubuntu, windows]
node: [10, 12, 14]
ts: [3.6.5, 3.7.5, 3.8.3, 3.9.3, 4.0.3, 4.1.2, next]
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.2, next]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 953358e

Please sign in to comment.