Merge pull request #5497 from fluxcd/conform-k8s-1.34

Run conformance tests for Kubernetes 1.34.0
pull/5498/head
Stefan Prodan 2 weeks ago committed by GitHub
commit 76d36cb429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,7 +19,7 @@ jobs:
matrix: matrix:
# Keep this list up-to-date with https://endoflife.date/kubernetes # 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 # Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml
KUBERNETES_VERSION: [1.31.5, 1.32.1, 1.33.0] KUBERNETES_VERSION: [1.31.5, 1.32.1, 1.33.0, 1.34.0]
fail-fast: false fail-fast: false
steps: steps:
- name: Checkout - name: Checkout

Loading…
Cancel
Save