test: run IT against Vault 1.18.2 and remove 1.11 job (#87)
All checks were successful
CI / build-with-it (11, 1.2.0) (push) Successful in 59s
CI / build-with-it (11, 1.18.2) (push) Successful in 1m5s
CI / build-with-it (17, 1.2.0) (push) Successful in 56s
CI / build-with-it (17, 1.18.2) (push) Successful in 1m3s
CI / build-with-it (21, 1.2.0) (push) Successful in 52s
CI / build-with-it (true, 21, 1.18.2) (push) Successful in 1m1s
CI / build (11) (push) Successful in 38s
CI / build (17) (push) Successful in 38s
CI / build (true, 21) (push) Successful in 34s

This commit is contained in:
2024-12-07 11:26:54 +01:00
parent d90dfc8ba7
commit d3da00372c
3 changed files with 6 additions and 3 deletions

View File

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