Skip to content

Commit

Permalink
deps: bump minikube to v1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed May 9, 2024
1 parent e844306 commit 35aabe4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.32.0
minikube version: v1.33.0
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Validate Minikube
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.32.0
minikube version: v1.33.0
kubernetes version: v1.29.0
github token: ${{ secrets.GITHUB_TOKEN }}
driver: docker
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.32.0
minikube version: v1.33.0
kubernetes version: v1.29.0
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--addons=registry --addons=metrics-server'
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.32.0
minikube version: v1.33.0
kubernetes version: v1.29.0
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--addons=ingress'
Expand All @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
kubernetes: [v1.29.0,v1.28.5,v1.27.9,v1.26.11,v1.19.16]
kubernetes: [v1.29.0,v1.28.5,v1.27.9,v1.26.11,v1.20.15]
container_runtime: ['containerd']
steps:
- name: Checkout
Expand All @@ -110,7 +110,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.32.0
minikube version: v1.33.0
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
container runtime: ${{ matrix.container_runtime }}
Expand All @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
kubernetes: [v1.25.16,v1.24.17,v1.23.17,v1.22.17,v1.21.14,v1.20.15,v1.19.16,v1.18.20,v1.17.17]
kubernetes: [v1.25.16,v1.24.17,v1.23.17,v1.22.17,v1.21.14,v1.20.15]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -135,7 +135,7 @@ jobs:
- name: Test Action
uses: ./
with:
minikube version: v1.32.0
minikube version: v1.33.0
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
- name: Validate Minikube
Expand Down

0 comments on commit 35aabe4

Please sign in to comment.