From 5a1fa164ef3ecf9a23d4be5716b7858f9adb2294 Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Sat, 7 Dec 2024 06:27:04 -0800 Subject: [PATCH] ci: add testing for k8s 1.30 and 1.31 (#3858) * ci: add testing for k8s 1.30 and 1.31 Signed-off-by: william.vanhevelingen * Update Kubernetes versions' latest flags in workflow --------- Signed-off-by: william.vanhevelingen Co-authored-by: Zach Aller --- .github/workflows/testing.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 4c34771f15..db09896ef8 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -79,13 +79,13 @@ jobs: fail-fast: false matrix: kubernetes: - - version: 1.26 + - version: '1.28' latest: false - - version: 1.27 + - version: '1.29' latest: false - - version: 1.28 + - version: '1.30' latest: false - - version: 1.29 + - version: '1.31' latest: true name: Run end-to-end tests runs-on: ubuntu-latest