test: run IT against Vault 1.18.0 (#82)

This commit is contained in:
2024-10-09 18:09:30 +02:00
parent d4066c1829
commit e6ef19f1a1
4 changed files with 6 additions and 6 deletions

View File

@ -6,10 +6,10 @@ jobs:
strategy:
matrix:
jdk: [ 11, 17, 21 ]
vault: [ '1.2.0', '1.11.12', '1.17.6' ]
vault: [ '1.2.0', '1.11.12', '1.18.0' ]
include:
- jdk: 21
vault: '1.17.6'
vault: '1.18.0'
analysis: true
steps:
- name: Checkout