Skip to content

Commit

Permalink
Exclude jdk 21
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jan 21, 2024
1 parent aa13cfd commit c92f9af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:
with:
ff-maven: "3.9.6" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.9.6" ]' # Maven versions matrix for verify builds
matrix-exclude: >
[
{"jdk": "21"}
]

0 comments on commit c92f9af

Please sign in to comment.