mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
chore: add k8s 1.27 to the test grid (#6872)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
4c740e6999
commit
16748e62b4
1 changed files with 3 additions and 0 deletions
3
.github/workflows/conformance.yaml
vendored
3
.github/workflows/conformance.yaml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
|||
- v1.24.7
|
||||
- v1.25.3
|
||||
- v1.26.0
|
||||
- v1.27.0
|
||||
tests:
|
||||
- autogen
|
||||
- cleanup
|
||||
|
@ -97,6 +98,7 @@ jobs:
|
|||
- v1.24.7
|
||||
- v1.25.3
|
||||
- v1.26.0
|
||||
- v1.27.0
|
||||
tests:
|
||||
- force-failure-policy-ignore
|
||||
- rbac
|
||||
|
@ -143,6 +145,7 @@ jobs:
|
|||
- v1.24.7
|
||||
- v1.25.3
|
||||
- v1.26.0
|
||||
- v1.27.0
|
||||
tests:
|
||||
- rbac
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue