ARTEMIS-4076: add a JDK 19 run to CI jobs

This commit is contained in:
Robbie Gemmell 2022-10-27 11:56:49 +01:00
parent 3a55ac72e5
commit e4ef483115
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 11, 17 ]
java: [ 11, 17, 19 ]
steps:
- uses: actions/checkout@v3
@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 11, 17 ]
java: [ 11, 17, 19 ]
steps:
- uses: actions/checkout@v3