Run conformance tests for Kubernetes 1.30.0

Drop support for Kubernetes 1.26 and 1.27

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/4734/head
Stefan Prodan 9 months ago
parent cc6b170c4b
commit 8d4454d0c1
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -17,7 +17,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.26.6, 1.27.3, 1.28.0, 1.29.0 ] KUBERNETES_VERSION: [ 1.28.9, 1.29.4, 1.30.0 ]
fail-fast: false fail-fast: false
steps: steps:
- name: Checkout - name: Checkout

Loading…
Cancel
Save