Skip to content

Commit c7eb93c

Browse files
authored
Update maven.yml
1 parent 142ce7a commit c7eb93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Build it
3030
uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.1
3131
with:
32-
jdk-matrix: '["8", "11", "16", "17"]'
32+
jdk-matrix: '["8", "11", "17", "18-ea"]'
3333
jdk-distribution-matrix: '["adopt-hotspot", "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'

0 commit comments

Comments
 (0)