From 62b8145b0bc83d7ab4ba3d6bef8601f5e1d4260b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilson=20J=C3=BAnior?= Date: Wed, 9 Oct 2024 11:05:21 -0300 Subject: [PATCH] Test with kubernetes 1.30 and 1.31 --- .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 b6934556..00a030aa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,8 +22,8 @@ jobs: fail-fast: true matrix: k8s_version: - - "1.29" - "1.30" + - "1.31" steps: - uses: actions/checkout@master - name: Running up Kubernetes (using Minikube)