Skip to content

chore: update kubernetes versions to test against #1457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
kubernetes: ['v1.20.15','v1.21.12', 'v1.22.9', 'v1.23.6', 'v1.24.0' ]
exclude:
- java: 11
kubernetes: 'v1.20.15'
- java: 11
kubernetes: 'v1.21.12'
- java: 11
kubernetes: 'v1.22.9'
kubernetes: [ 'v1.22.13', 'v1.23.10', 'v1.24.4', 'v1.25.0' ]
steps:
- uses: actions/checkout@v3
- name: Set up Java and Maven
Expand All @@ -54,7 +47,7 @@ jobs:
- name: Set up Minikube
uses: manusa/[email protected]
with:
minikube version: 'v1.25.2'
minikube version: 'v1.26.0'
kubernetes version: ${{ matrix.kubernetes }}
driver: 'docker'
- name: Run integration tests
Expand Down