From 97c1d8f4cf7319bccd9a26b5cec0983ee51b58d0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 7 Feb 2023 19:13:40 +0100 Subject: [PATCH] Update common_library_tests.yaml --- .github/workflows/common_library_tests.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 93cc5933..fcbd3d73 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -224,10 +224,12 @@ jobs: strategy: fail-fast: false matrix: + # We run tests on k3s version of latest SCALE release and SCALE nightly + k3s-version: + - v1.25.3+k3s1 + # We run tests on Helm version of latest SCALE release helm-version: - v3.9.4 - - v3.10.3 - - v3.11.0 values: - basic-values.yaml - configmap-values.yaml