Skip to content

Commit 018cd85

Browse files
committed
Update GitHub workflow
1 parent 7958686 commit 018cd85

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

.github/workflows/workflows.yaml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@ jobs:
1010
strategy:
1111
matrix:
1212
java:
13-
- 8
14-
- 11
13+
- 17
1514
kubernetes:
16-
- 'v1.21.6'
17-
- 'v1.22.17'
18-
- 'v1.23.17'
19-
- 'v1.24.15'
20-
- 'v1.25.11'
21-
- 'v1.26.6'
22-
- 'v1.27.3'
15+
- 'v1.24.17'
16+
- 'v1.25.16'
17+
- 'v1.26.15'
18+
- 'v1.27.13'
19+
- 'v1.28.9'
20+
- 'v1.29.4'
21+
- 'v1.30.0'
2322

2423
steps:
2524
- uses: actions/checkout@v2
@@ -36,7 +35,7 @@ jobs:
3635
- name: Setup Minikube
3736
uses: manusa/actions-setup-minikube@v2.7.2
3837
with:
39-
minikube version: 'v1.30.1'
38+
minikube version: 'v1.33.0'
4039
kubernetes version: ${{ matrix.kubernetes }}
4140
github token: ${{ secrets.GITHUB_TOKEN }}
4241
container runtime: containerd
@@ -59,6 +58,10 @@ jobs:
5958

6059
steps:
6160
- uses: actions/checkout@v2
61+
- name: Set up JDK
62+
uses: actions/setup-java@v1
63+
with:
64+
java-version: 17
6265
- name: Run Dependency Check
6366
run: mvn -B -Powasp-dependency-check verify -DskipTests
6467
- name: Archive code coverage results

0 commit comments

Comments
 (0)