Skip to content

Commit

Permalink
Add test in newer kubernetes version
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsihk authored Jan 5, 2025
1 parent 569ec52 commit b466d0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: true
matrix:
kubernetes: [v1.27.3]
kubernetes: [v1.27.3, v1.29.12, v1.30.8, v1.31.0]
needs: ['lint', 'unit-test']
steps:
- name: Checkout
Expand All @@ -87,7 +87,7 @@ jobs:
uses: medyagh/setup-minikube@latest
with:
cache: false
minikube-version: 1.31.1
minikube-version: 1.34.0
driver: none
kubernetes-version: ${{ matrix.kubernetes }}
cni: calico
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
strategy:
fail-fast: true
matrix:
kubernetes: [v1.27.3]
kubernetes: [v1.27.3, v1.29.12, v1.30.8, v1.31.0]
needs: ['lint', 'unit-test']
steps:
- name: Checkout
Expand All @@ -84,7 +84,7 @@ jobs:
uses: medyagh/setup-minikube@latest
with:
cache: false
minikube-version: 1.31.1
minikube-version: 1.34.0
driver: none
kubernetes-version: ${{ matrix.kubernetes }}
cni: calico
Expand Down

0 comments on commit b466d0a

Please sign in to comment.