Skip to content

Commit

Permalink
drop k8s 1.27 from kind testing
Browse files Browse the repository at this point in the history
  • Loading branch information
izabelacg committed Feb 16, 2024
1 parent 89658bc commit 50a1a0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.27.x
- v1.28.x
- v1.29.x

upstream-traffic:
- plain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind-e2e.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.27.x
- v1.28.x
- v1.29.x

gateway:
- quay.io/maistra-dev/proxyv2-ubi8:2.4-latest
Expand Down

0 comments on commit 50a1a0e

Please sign in to comment.