test: run IT against Vault 1.19.0 (#91)
All checks were successful
CI / build-with-it (11, 1.2.0) (push) Successful in 59s
CI / build-with-it (17, 1.2.0) (push) Successful in 56s
CI / build-with-it (17, 1.19.0) (push) Successful in 1m2s
CI / build-with-it (21, 1.2.0) (push) Successful in 50s
CI / build-with-it (true, 21, 1.19.0) (push) Successful in 57s
CI / build-with-it (11, 1.19.0) (push) Successful in 1m4s

This commit is contained in:
2025-03-07 20:30:48 +01:00
parent c8a6015f3f
commit f50f5c5de7
4 changed files with 7 additions and 4 deletions

View File

@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
jdk: [ 11, 17, 21 ]
vault: [ '1.2.0', '1.18.2' ]
vault: [ '1.2.0', '1.19.0' ]
include:
- jdk: 21
vault: '1.18.2'
vault: '1.19.0'
analysis: true
steps:
- name: Checkout