Skip to content

Commit

Permalink
add JDK 19 to CI build
Browse files Browse the repository at this point in the history
Signed-off-by: Sean C. Sullivan <github@seansullivan.com>
  • Loading branch information
sullis authored and ceki committed Dec 19, 2022
1 parent f851040 commit fa6721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
jdk: [11, 17]
jdk: [11, 17, 19]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: true
max-parallel: 4
Expand Down

0 comments on commit fa6721a

Please sign in to comment.