From 734557bd13b73892be76f45e9dc879f528fd26d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20T=C3=B8mmerholt?= Date: Tue, 1 Oct 2024 13:41:46 +0200 Subject: [PATCH] ci: Test more Kubernetes versions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bc32f7c..c2c69c0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - kubernetes: [1.21.14, 1.22.15, 1.23.12, 1.24.6, 1.25.2] + kubernetes: [1.21.14, 1.22.17, 1.23.13, 1.24.17, 1.25.2, 1.26.14, 1.27.13, 1.28.13, 1.29.8, 1.30.4, 1.31.0] steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v3