Skip to content

Commit

Permalink
Merge pull request #1774 from bjaglin/jdk20
Browse files Browse the repository at this point in the history
Test against JDK20
  • Loading branch information
bjaglin authored Jul 4, 2023
2 parents fc7c835 + f680c26 commit 22534ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu"]
jvm: ["8", "11", "17"]
jvm: ["8", "11", "17", "20"]
include:
- os: windows
jvm: 17
Expand Down

0 comments on commit 22534ba

Please sign in to comment.