require Java 17 or later (#100)

This commit is contained in:
2025-06-30 18:25:44 +02:00
parent 91276e1615
commit c591fcd7a2
4 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [ 11, 17, 21 ]
jdk: [ 17, 21 ]
vault: [ '1.2.0', '1.20.0' ]
include:
- jdk: 21