From b9013546ecd9c366a32f3f575931b8fd6b8493c6 Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Tue, 20 Aug 2024 14:21:31 -0300 Subject: [PATCH] integration: testing against k8s 1.29 and 1.30 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c8f4756e..ce544e7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,8 +22,8 @@ jobs: fail-fast: true matrix: k8s_version: - - 1.27.11 # current version at GKE stable channel (https://cloud.google.com/kubernetes-engine/docs/release-notes#current_versions) - - 1.28.7 # current version at GKE regular channel (https://cloud.google.com/kubernetes-engine/docs/release-notes#current_versions) + - 1.29 + - 1.30 steps: - uses: actions/checkout@master - name: Running up Kubernetes (using Minikube)