Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Run CI with Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed May 28, 2023
1 parent fc619a5 commit 5cf9822
Showing 1 changed file with 2 additions and 2 deletions.
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 '

0 comments on commit 5cf9822

Please sign in to comment.