ci: update mergify rules for K8s v1.32

Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
Praveen M
2024-12-19 12:28:02 +05:30
committed by mergify[bot]
parent 18a62ec9de
commit 505c8e73ca
2 changed files with 16 additions and 1 deletions

View File

@ -19,7 +19,13 @@ jobs:
strategy:
matrix:
branch: [release-v3.12, release-v3.13, devel]
k8s: ["1.29", "1.30", "1.31"]
k8s: ["1.29", "1.30", "1.31", "1.32"]
exclude:
- k8s: "1.32"
branch: "release-v3.12"
- k8s: "1.32"
branch: "release-v3.13"
# watch out, matrix.branch can not be used in this if-statement :-/
if: >