From b32bcdc7c9a5ebc3243feb57cc8434e428bd7b1f Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Thu, 15 May 2025 15:19:52 +0200 Subject: [PATCH] test common for newer k3s versions --- .github/workflows/common-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 1723fcbd51d..c77e202c3ee 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -130,7 +130,8 @@ jobs: # We test the latest k3s version and the lowest supported by either the oldest supported SCALE or FluxCD release k3s-version: - v1.26 - - v1.29 + - v1.32 + - latest # We test the latest k3s version and the lowest supported by either the oldest supported SCALE or FluxCD release helm-version: - v3.14.0