Skip to content

Commit a1c57a5

Browse files
authored
Update maven.yml
1 parent c7eb93c commit a1c57a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
name: Build it
3030
uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.1
3131
with:
32-
jdk-matrix: '["8", "11", "17", "18-ea"]'
33-
jdk-distribution-matrix: '["adopt-hotspot", "zulu", "temurin"]'
32+
jdk-matrix: '["8", "11", "17"]'
33+
jdk-distribution-matrix: '["zulu", "temurin"]'
3434
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
3535
maven_args: 'verify javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx'
3636

0 commit comments

Comments
 (0)