Skip to content

Commit

Permalink
set min to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Dec 20, 2024
1 parent a93e4c3 commit a02cd09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.29.x
- v1.30.x
- v1.31.x

upstream-traffic:
- plain
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
fail-fast: false # Keep running if one leg fails.
matrix:
k8s-version:
- v1.29.x
- v1.30.x
- v1.31.x

gateway:
- quay.io/maistra-dev/proxyv2-ubi8:2.4-latest
- docker.io/envoyproxy/envoy:v1.29-latest
- docker.io/envoyproxy/envoy:v1.30-latest
- docker.io/envoyproxy/envoy:v1.31-latest

Expand Down
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
source $(dirname $0)/e2e-common.sh

# Script entry point.
initialize "$@" --cluster-version=1.29
initialize "$@" --cluster-version=1.30

failed=0

Expand Down

0 comments on commit a02cd09

Please sign in to comment.