From 4b95cc21a56d25d01cae5f0e5ba97d3ef044ba4d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 13 Apr 2026 15:39:05 +0200 Subject: [PATCH] chore(ci): use only supported K8s versions for testing Signed-off-by: Kjeld Schouten --- .github/workflows/common-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index 3f97525b38b..b9fa951e6b7 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -144,9 +144,9 @@ jobs: matrix: # We test the latest k3s version and the lowest supported k3s-version: - - v1.28 + - v1.33 + - v1.34 - v1.35 - - latest # We test the latest helm version and the lowest supported helm-version: - v3.14.0