chore: add tests with new 1.36 version

This commit is contained in:
Johan Siebens
2023-01-28 19:36:27 +01:00
parent 4550bdbf2a
commit b0074152d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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