Skip to content

Commit 3b9fac4

Browse files
committed
Full Java matrix
1 parent 65aead6 commit 3b9fac4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
SEGMENT_DOWNLOAD_TIMEOUT_MINS: '15'
2525
strategy:
2626
matrix:
27-
java: ['20']
27+
java: ['17', '18', '19', '20']
2828
steps:
2929
- name: Workflow Telemetry
3030
uses: runforesight/workflow-telemetry-action@v1.8.7
@@ -37,7 +37,3 @@ jobs:
3737
cache: maven
3838
- name: Maven Tests
3939
run: mvn -B -X -e clean compile --file pom.xml --batch-mode --fail-fast
40-
41-
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
42-
- name: Update dependency graph
43-
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 commit comments

Comments
 (0)