File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 workflow_dispatch :
66
7+ env :
8+ ITEST_ECS_REGION : dummy-region
9+ ITEST_ECS_NAME : dummy-name
10+ ITEST_ECS_SECURITY_GROUPS : dummy-sg
11+ ITEST_ECS_SUBNETS : dummy-subnets
12+
713jobs :
814 tests :
915 runs-on : ubuntu-latest
1016 strategy :
1117 matrix :
1218 java :
13- - 8
14- - 11
19+ - 17
1520 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 '
21+ - ' v1.24.17 '
22+ - ' v1.25.16 '
23+ - ' v1.26.15 '
24+ - ' v1.27.13 '
25+ - ' v1.28.9 '
26+ - ' v1.29.4 '
27+ - ' v1.30.0 '
2328
2429 steps :
2530 - uses : actions/checkout@v2
3641 - name : Setup Minikube
3742 uses : manusa/actions-setup-minikube@v2.7.2
3843 with :
39- minikube version : ' v1.30.1 '
44+ minikube version : ' v1.33.0 '
4045 kubernetes version : ${{ matrix.kubernetes }}
4146 github token : ${{ secrets.GITHUB_TOKEN }}
4247 container runtime : containerd
5964
6065 steps :
6166 - uses : actions/checkout@v2
67+ - name : Set up JDK
68+ uses : actions/setup-java@v1
69+ with :
70+ java-version : 17
6271 - name : Run Dependency Check
6372 run : mvn -B -Powasp-dependency-check verify -DskipTests
6473 - name : Archive code coverage results
You can’t perform that action at this time.
0 commit comments