test against older Vault versions to provide a supported range
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
We've only tested the connector against the latest Vault version available at release time. However, we do support a wider range. Test against the oldest supported release, the latest with AppID and the actual latest.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -6,10 +6,10 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
jdk: [ 11, 17, 18 ]
|
||||
vault: [ '1.12.0' ]
|
||||
vault: [ '1.2.0', '1.11.4', '1.12.0' ]
|
||||
include:
|
||||
- jdk: 17
|
||||
vault: '1.12.0'
|
||||
vault: '1.11.4'
|
||||
analysis: true
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Reference in New Issue
Block a user