From 16be6588811024b8371985906aed83cd76310f80 Mon Sep 17 00:00:00 2001 From: Stavros Kontopoulos Date: Sat, 21 Dec 2024 03:08:14 +0200 Subject: [PATCH] set min to 1.30 (#1148) --- .github/workflows/kind-e2e.yaml | 4 ++-- test/e2e-tests.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kind-e2e.yaml b/.github/workflows/kind-e2e.yaml index 9b7187224..5d075816c 100644 --- a/.github/workflows/kind-e2e.yaml +++ b/.github/workflows/kind-e2e.yaml @@ -15,8 +15,8 @@ jobs: fail-fast: false # Keep running if one leg fails. matrix: k8s-version: - - v1.28.x - - v1.29.x + - v1.30.x + - v1.31.x env: KO_DOCKER_REPO: registry.local:5000/knative # registry setup by setup-kind diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index 9c15326a2..27f2f19d0 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -18,7 +18,7 @@ source $(dirname $0)/e2e-common.sh # Script entry point. -initialize --cluster-version=1.28 $@ +initialize --cluster-version=1.30 $@ test_flags="-timeout=60m" if (( KIND )); then