We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11877c6 commit d5a2b6aCopy full SHA for d5a2b6a
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
java: [8, 11, 15]
14
+ kubernetes: ['v1.17','v1.18','v1.19.3']
15
steps:
16
- uses: actions/checkout@v2
17
- uses: actions/cache@v2
@@ -27,7 +28,7 @@ jobs:
27
28
uses: manusa/actions-setup-minikube@v2.0.1
29
with:
30
minikube version: 'v1.15.0'
- kubernetes version: 'v1.19.2'
31
+ kubernetes version: ${{ matrix.kubernetes }}
32
driver: 'docker'
33
- name: Build with Maven
34
run: mvn -B package --file pom.xml
0 commit comments