ci: build and test with JDK 19
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-26 10:14:11 +02:00
parent 81decd1a4c
commit 30996e9fc9
3 changed files with 7 additions and 6 deletions

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [ 11, 17, 18 ]
jdk: [ 11, 17, 19 ]
vault: [ '1.2.0', '1.11.4', '1.12.0' ]
include:
- jdk: 17