mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-27 01:44:58 +00:00
Merge pull request #5731 from fluxcd/conform-min-1.33
Update conformance tests to min Kubernetes 1.33
This commit is contained in:
commit
ac71dd88a3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/conformance.yaml
vendored
4
.github/workflows/conformance.yaml
vendored
|
|
@ -76,7 +76,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
|
||||||
# Available versions can be found with "replicated cluster versions"
|
# Available versions can be found with "replicated cluster versions"
|
||||||
K3S_VERSION: [ 1.32.9, 1.33.5, 1.34.1 ]
|
K3S_VERSION: [ 1.33.7, 1.34.3, 1.35.0 ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -168,7 +168,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# Keep this list up-to-date with https://endoflife.date/red-hat-openshift
|
# Keep this list up-to-date with https://endoflife.date/red-hat-openshift
|
||||||
OPENSHIFT_VERSION: [ 4.19.0-okd, 4.20.0-okd ]
|
OPENSHIFT_VERSION: [ 4.20.0-okd ]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue