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

This commit is contained in:
2023-10-15 17:10:22 +02:00
parent 08e8c9f090
commit 5e5143168e
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [ 11, 17, 20 ]
jdk: [ 11, 17, 21 ]
vault: [ '1.2.0', '1.11.12', '1.15.0' ]
include:
- jdk: 17