Skip to content

Commit e06e561

Browse files
authored
Merge pull request #4892 from fluxcd/conformance-tests-k8s-1.31
Run conformance tests for Kubernetes v1.31
2 parents 52512a9 + 41bdb88 commit e06e561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
# Keep this list up-to-date with https://endoflife.date/kubernetes
2121
# Build images with https://github.com/fluxcd/flux-benchmark/actions/workflows/build-kind.yaml
22-
KUBERNETES_VERSION: [ 1.28.11, 1.29.6, 1.30.2 ]
22+
KUBERNETES_VERSION: [ 1.28.11, 1.29.6, 1.30.2, 1.31.0 ]
2323
fail-fast: false
2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)