Skip to content

Commit

Permalink
[mojohaus#391] Add JDK 21 to CI build
Browse files Browse the repository at this point in the history
Because mojohaus#391 introduces special handling of the fact that in JDK 20+
there is no more Thread::stop, we should also run the tests on JDK 21.
  • Loading branch information
kriegaex committed Nov 11, 2023
1 parent a53ef9d commit 3fdad70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
jdk-matrix: '[ "8", "17", "21" ]'
ff-maven: "3.9.5" # Maven version for fail-fast-build
maven-matrix: '[ "3.6.3", "3.8.8", "3.9.5" ]' # Maven versions matrix for verify builds

0 comments on commit 3fdad70

Please sign in to comment.