Skip to content

Commit

Permalink
Update k8s versions and minikube
Browse files Browse the repository at this point in the history
  • Loading branch information
Saremox committed Jan 14, 2025
1 parent 3f45c55 commit 95733af
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 @@ -34,11 +34,11 @@ jobs:

integration-test:
name: Integration test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [check, unit-test]
strategy:
matrix:
kubernetes: [ 1.27.14, 1.28.10, 1.29.5, 1.30.1 ]
kubernetes: [ 1.29.5, 1.30.1, 1.31.0, 1.32.0 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: medyagh/[email protected]
with:
kubernetes-version: ${{ matrix.kubernetes }}
minikube-version: 1.33.1
minikube-version: 1.34.0
driver: none
- name: Add redisfailover CRD
run: kubectl create -f manifests/databases.spotahome.com_redisfailovers.yaml
Expand Down

0 comments on commit 95733af

Please sign in to comment.