Skip to content

Commit

Permalink
ci: bump actions-setup-minikube to v2.9.0 (httpclient tests)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Sep 18, 2023
1 parent 3c262c7 commit b01b77e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-httpclient-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
strategy:
fail-fast: false
matrix:
kubernetes: [v1.25.0,v1.24.0]
kubernetes: [v1.28.1,v1.27.5]
httpclient: [jdk,jetty,vertx]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Minikube-Kubernetes
uses: manusa/actions-setup-minikube@v2.7.2
uses: manusa/actions-setup-minikube@v2.9.0
with:
minikube version: v1.28.0
minikube version: v1.31.2
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--force'
Expand Down

0 comments on commit b01b77e

Please sign in to comment.