File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
java :
13
- - 8
14
- - 11
13
+ - 17
15
14
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 '
23
22
24
23
steps :
25
24
- uses : actions/checkout@v2
36
35
- name : Setup Minikube
37
36
uses : manusa/actions-setup-minikube@v2.7.2
38
37
with :
39
- minikube version : ' v1.30.1 '
38
+ minikube version : ' v1.33.0 '
40
39
kubernetes version : ${{ matrix.kubernetes }}
41
40
github token : ${{ secrets.GITHUB_TOKEN }}
42
41
container runtime : containerd
59
58
60
59
steps :
61
60
- uses : actions/checkout@v2
61
+ - name : Set up JDK
62
+ uses : actions/setup-java@v1
63
+ with :
64
+ java-version : 17
62
65
- name : Run Dependency Check
63
66
run : mvn -B -Powasp-dependency-check verify -DskipTests
64
67
- name : Archive code coverage results
You can’t perform that action at this time.
0 commit comments