Skip to content

Commit

Permalink
Merge pull request #573 from harrison-tin/test-latest-versions
Browse files Browse the repository at this point in the history
Update kubernetes versions in e2e test
  • Loading branch information
yujinkim-msft committed Apr 11, 2023
2 parents 7d043e6 + 57c4c67 commit e342352
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,19 @@ jobs:
- runtime: K3s-1.23
version: v1.23.15+k3s1
- runtime: K3s-1.24
version: v1.24.9+k3s1
version: v1.24.12+k3s1
- runtime: K3s-1.25
version: v1.25.5+k3s1
version: v1.25.8+k3s1
- runtime: K3s-1.26
version: v1.26.0+k3s1
version: v1.26.3+k3s1
- runtime: Kubernetes-1.23
version: 1.23.15-00
- runtime: Kubernetes-1.24
version: 1.24.9-00
version: 1.24.12-00
- runtime: Kubernetes-1.25
version: 1.25.5-00
version: 1.25.8-00
- runtime: Kubernetes-1.26
version: 1.26.0-00
version: 1.26.3-00
test:
- case: end-to-end
file: test/run-end-to-end.py
Expand Down

0 comments on commit e342352

Please sign in to comment.