mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
chore: add tests with new 1.36 version
This commit is contained in:
@@ -9,13 +9,13 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
ts_version:
|
ts_version:
|
||||||
|
- "1.36.0"
|
||||||
- "1.34.1"
|
- "1.34.1"
|
||||||
- "1.32.3"
|
- "1.32.3"
|
||||||
- "1.30.2"
|
- "1.30.2"
|
||||||
- "1.28.0"
|
- "1.28.0"
|
||||||
- "1.26.2"
|
- "1.26.2"
|
||||||
- "1.24.2"
|
- "1.24.2"
|
||||||
- "1.22.2"
|
|
||||||
env:
|
env:
|
||||||
IONSCALE_TESTS_TS_TARGET_VERSION: ${{ matrix.ts_version }}
|
IONSCALE_TESTS_TS_TARGET_VERSION: ${{ matrix.ts_version }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const DefaultTargetVersion = "1.34.1"
|
const DefaultTargetVersion = "1.36.0"
|
||||||
|
|
||||||
var (
|
var (
|
||||||
setupOnce sync.Once
|
setupOnce sync.Once
|
||||||
|
|||||||
Reference in New Issue
Block a user