不要怂,就是干,撸起袖子干!

Commit 63759600 by papb

ci: do not test on TS 3.6, 3.7 and 3.8

1 parent bb6acd30
Showing with 1 additions and 1 deletions
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ts-version: [3.6, 3.7, 3.8, 3.9, 4.0, 4.1] ts-version: [3.9, 4.0, 4.1]
name: TS Typings (${{ matrix.ts-version }}) name: TS Typings (${{ matrix.ts-version }})
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!