Skip to content

Commit

Permalink
JDK 20 to 21
Browse files Browse the repository at this point in the history
JDK 21 is now both the latest and latest longterm release so test against it. Worth noting: I've seen some other open source projects have unexpected test failures due to changes in this release.
  • Loading branch information
elharo authored Oct 22, 2023
1 parent a56c4df commit 914bfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
jdk-matrix: '[ "8", "11", "17", "20" ]'
jdk-matrix: '[ "8", "11", "17", "21" ]'

0 comments on commit 914bfa3

Please sign in to comment.