chore: add latest version to test matrix

This commit is contained in:
Johan Siebens
2024-02-29 07:55:21 +01:00
parent 62a7290e3d
commit 27c6a1fa12
+2 -2
View File
@@ -13,6 +13,8 @@ jobs:
fail-fast: false
matrix:
ts_version:
- "v1.60"
- "v1.58"
- "v1.56"
- "v1.54"
- "v1.52"
@@ -20,8 +22,6 @@ jobs:
- "v1.48"
- "v1.46"
- "v1.44"
- "v1.42"
- "v1.40"
env:
IONSCALE_TESTS_TS_TARGET_VERSION: ${{ matrix.ts_version }}
steps: