From c5e5dfb8aef1d379b90514897f0d3c3ff030fdea Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Tue, 24 Feb 2026 14:45:55 +0200 Subject: [PATCH] Update conformance tests to min Kubernetes 1.33 Signed-off-by: Stefan Prodan --- .github/workflows/conformance.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 7ba5e4aa..463c518c 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -76,7 +76,7 @@ jobs: matrix: # Keep this list up-to-date with https://endoflife.date/kubernetes # Available versions can be found with "replicated cluster versions" - K3S_VERSION: [ 1.32.9, 1.33.5, 1.34.1 ] + K3S_VERSION: [ 1.33.7, 1.34.3, 1.35.0 ] fail-fast: false steps: - name: Checkout @@ -168,7 +168,7 @@ jobs: strategy: matrix: # Keep this list up-to-date with https://endoflife.date/red-hat-openshift - OPENSHIFT_VERSION: [ 4.19.0-okd, 4.20.0-okd ] + OPENSHIFT_VERSION: [ 4.20.0-okd ] fail-fast: false steps: - name: Checkout