Skip to content

Commit

Permalink
also test against JDK 20
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Hanke <[email protected]>
  • Loading branch information
hankem committed Sep 16, 2023
1 parent ec73610 commit b320082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [8, 11, 12, 13, 14, 15, 16, 17, 18, 19]
java-version: [8, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b320082

Please sign in to comment.