mirror of https://github.com/status-im/consul.git
Update Vault/Nomad versions. (#20322)
Update Vault/Nomad versions to ensure we're testing all the latest versions. Update Vault/Nomad versions to ensure we're testing all the latest versions .
This commit is contained in:
parent
7cc88a1577
commit
b7b9bb0e83
|
@ -86,7 +86,7 @@ jobs:
|
|||
contents: read
|
||||
strategy:
|
||||
matrix:
|
||||
nomad-version: ['v1.6.2', 'v1.5.9', 'v1.4.13']
|
||||
nomad-version: ['v1.7.3', 'v1.6.6', 'v1.5.13']
|
||||
steps:
|
||||
- name: Checkout Nomad
|
||||
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
|
@ -167,7 +167,7 @@ jobs:
|
|||
contents: read
|
||||
strategy:
|
||||
matrix:
|
||||
vault-version: ["1.15.0", "1.14.4", "1.13.8", "1.12.11"]
|
||||
vault-version: ["1.15.4", "1.14.8", "1.13.12"]
|
||||
env:
|
||||
VAULT_BINARY_VERSION: ${{ matrix.vault-version }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue