Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit ab2eaf2

Browse files
authored
Run CI with Java 20 (#122)
1 parent b20ccce commit ab2eaf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
name: Build it
2626
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
2727
with:
28-
jdk-fast-fail-build: '17'
29-
jdk-matrix: '["8", "11", "17"]'
28+
jdk-fast-fail-build: '20'
29+
jdk-matrix: '["8", "11", "17", "20"]'
3030
jdk-distribution-matrix: '["temurin"]'
3131
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
3232
maven_args: 'verify javadoc:javadoc -e -B -V -fae '

0 commit comments

Comments
 (0)