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
matrix:
ts_version:
- "1.36.0"
- "1.34.1"
- "1.32.3"
- "1.30.2"
- "1.28.0"
- "1.26.2"
- "1.24.2"
- "1.22.2"
env:
IONSCALE_TESTS_TS_TARGET_VERSION: ${{ matrix.ts_version }}
steps:
+1 -1
View File
@@ -21,7 +21,7 @@ import (
"time"
)
const DefaultTargetVersion = "1.34.1"
const DefaultTargetVersion = "1.36.0"
var (
setupOnce sync.Once