Skip to content

Commit

Permalink
integration: testing against k8s 1.29 and 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Aug 20, 2024
1 parent 69dbd2e commit b901354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
fail-fast: true
matrix:
k8s_version:
- 1.27.11 # current version at GKE stable channel (https://cloud.google.com/kubernetes-engine/docs/release-notes#current_versions)
- 1.28.7 # current version at GKE regular channel (https://cloud.google.com/kubernetes-engine/docs/release-notes#current_versions)
- 1.29
- 1.30
steps:
- uses: actions/checkout@master
- name: Running up Kubernetes (using Minikube)
Expand Down

0 comments on commit b901354

Please sign in to comment.