mirror of https://github.com/qos-ch/slf4j
add JDK 19 to CI build
Signed-off-by: Sean C. Sullivan <github@seansullivan.com>
This commit is contained in:
parent
f85104040c
commit
fa6721a53e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue