Skip to content

Commit fa6721a

Browse files
sullisceki
authored andcommitted
add JDK 19 to CI build
Signed-off-by: Sean C. Sullivan <[email protected]>
1 parent f851040 commit fa6721a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
jdk: [11, 17]
29+
jdk: [11, 17, 19]
3030
os: [ubuntu-latest, windows-latest, macos-latest]
3131
fail-fast: true
3232
max-parallel: 4

0 commit comments

Comments
 (0)