Skip to content

Commit

Permalink
set min to 1.30 (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto authored Dec 21, 2024
1 parent 680ee7d commit 16be658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16be658

Please sign in to comment.