1
0
mirror of synced 2026-06-19 11:50:47 +00:00

Merge pull request #4892 from fluxcd/conformance-tests-k8s-1.31

Run conformance tests for Kubernetes v1.31
This commit is contained in:
Stefan Prodan
2024-08-14 12:58:47 +03:00
committed by GitHub
+1 -1
View File
@@ -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.28.11, 1.29.6, 1.30.2 ]
KUBERNETES_VERSION: [ 1.28.11, 1.29.6, 1.30.2, 1.31.0 ]
fail-fast: false
steps:
- name: Checkout