From f64dc96e7acb03aee09c1b9e9d6f0084fbeaf9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Mon, 17 Mar 2025 10:34:34 +0100 Subject: [PATCH] ci: add k8s v1.31 and remove v1.28 from stackit e2e test (#3699) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/workflows/e2e-test-stackit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-test-stackit.yml b/.github/workflows/e2e-test-stackit.yml index 9763eec4a..1977d09cc 100644 --- a/.github/workflows/e2e-test-stackit.yml +++ b/.github/workflows/e2e-test-stackit.yml @@ -40,7 +40,7 @@ jobs: fail-fast: false max-parallel: 6 matrix: - kubernetesVersion: [ "1.28", "1.29", "1.30" ] + kubernetesVersion: [ "1.29", "1.30", "1.31" ] clusterCreation: [ "cli", "terraform" ] test: [ "sonobuoy quick" ] runs-on: ubuntu-24.04