Skip to content

Commit ed59cce

Browse files
authored
Update Kubernetes versions in e2e workflow (#392)
1 parent 934633a commit ed59cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
fail-fast: false # Keep running if one leg fails.
1616
matrix:
1717
k8s-version:
18-
- v1.33.x
19-
- v1.32.x
18+
- v1.35.x
19+
- v1.34.x
2020

2121
env:
2222
KO_DOCKER_REPO: registry.local:5000/knative # registry setup by setup-kind

0 commit comments

Comments
 (0)