Skip to content

Commit

Permalink
bump minkube setup for PR (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri authored Dec 20, 2024
1 parent a8ced95 commit 0702047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
java-version: 21
cache: 'maven'
- name: Setup minikube for E2E tests
uses: manusa/actions-setup-minikube@v2.12.0
uses: manusa/actions-setup-minikube@v2.13.0
with:
minikube version: v1.32.0
kubernetes version: v1.29.1
minikube version: v1.34.0
kubernetes version: v1.31.1
github token: ${{ secrets.GITHUB_TOKEN }}
driver: docker
- name: Run E2E tests
Expand Down

0 comments on commit 0702047

Please sign in to comment.