Skip to content

Commit

Permalink
integration: fix k8s 1.30 version
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Aug 20, 2024
1 parent b901354 commit ac8e627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ jobs:
fail-fast: true
matrix:
k8s_version:
- 1.29
- 1.30
- "1.29"
- "1.30"
steps:
- uses: actions/checkout@master
- name: Running up Kubernetes (using Minikube)
uses: medyagh/setup-minikube@master
with:
kubernetes-version: v${{ matrix.k8s_version }}
kubernetes-version: "v${{ matrix.k8s_version }}"
- uses: azure/setup-helm@v1
with:
version: v3.7.0
Expand Down

0 comments on commit ac8e627

Please sign in to comment.