Skip to content

Commit

Permalink
Merge pull request #5111 from fluxcd/conform-k8s-1.32.0
Browse files Browse the repository at this point in the history
Run conformance tests for Kubernetes 1.32.0
  • Loading branch information
stefanprodan authored Dec 12, 2024
2 parents d51a2f8 + 30ed414 commit 939cffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.7, 1.30.2, 1.31.1 ]
KUBERNETES_VERSION: [1.29.7, 1.30.2, 1.31.1, 1.32.0 ]
fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit 939cffa

Please sign in to comment.