Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed May 7, 2024
1 parent 7958686 commit 018cd85
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ jobs:
strategy:
matrix:
java:
- 8
- 11
- 17
kubernetes:
- 'v1.21.6'
- 'v1.22.17'
- 'v1.23.17'
- 'v1.24.15'
- 'v1.25.11'
- 'v1.26.6'
- 'v1.27.3'
- 'v1.24.17'
- 'v1.25.16'
- 'v1.26.15'
- 'v1.27.13'
- 'v1.28.9'
- 'v1.29.4'
- 'v1.30.0'

steps:
- uses: actions/checkout@v2
Expand All @@ -36,7 +35,7 @@ jobs:
- name: Setup Minikube
uses: manusa/actions-setup-minikube@v2.7.2
with:
minikube version: 'v1.30.1'
minikube version: 'v1.33.0'
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
container runtime: containerd
Expand All @@ -59,6 +58,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 17
- name: Run Dependency Check
run: mvn -B -Powasp-dependency-check verify -DskipTests
- name: Archive code coverage results
Expand Down

0 comments on commit 018cd85

Please sign in to comment.