diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index b56da5ff..10ce68f9 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -19,7 +19,7 @@ jobs: matrix: # Keep this list up-to-date with https://endoflife.date/kubernetes # Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml - KUBERNETES_VERSION: [1.32.1, 1.33.0, 1.34.1] + KUBERNETES_VERSION: [1.33.0, 1.34.1, 1.35.0] fail-fast: false steps: - name: Checkout