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

Run CI with Java 20 #122

Merged
merged 2 commits into from
May 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
name: Build it
uses: codehaus-plexus/.github/.github/workflows/maven.yml@master
with:
jdk-fast-fail-build: '17'
jdk-matrix: '["8", "11", "17"]'
jdk-fast-fail-build: '20'
jdk-matrix: '["8", "11", "17", "20"]'
jdk-distribution-matrix: '["temurin"]'
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
maven_args: 'verify javadoc:javadoc -e -B -V -fae '