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 60e34cf
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,27 @@ on:
push:
workflow_dispatch:

env:
ITEST_ECS_REGION: dummy-region
ITEST_ECS_NAME: dummy-name
ITEST_ECS_SECURITY_GROUPS: dummy-sg
ITEST_ECS_SUBNETS: dummy-subnets

jobs:
tests:
runs-on: ubuntu-latest
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 +41,7 @@ jobs:
- name: Setup Minikube
uses: manusa/[email protected]
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 +64,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 60e34cf

Please sign in to comment.