add JDK 19 to CI build

Signed-off-by: Sean C. Sullivan <github@seansullivan.com>
This commit is contained in:
Sean C. Sullivan 2022-12-19 10:04:38 -08:00 committed by Ceki Gülcü
parent f85104040c
commit fa6721a53e
1 changed files with 1 additions and 1 deletions

View File

@ -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