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:
NicoletaPopoviciu 2024-01-30 16:36:08 -05:00 committed by GitHub
parent 7cc88a1577
commit b7b9bb0e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ jobs:
contents: read contents: read
strategy: strategy:
matrix: matrix:
nomad-version: ['v1.6.2', 'v1.5.9', 'v1.4.13'] nomad-version: ['v1.7.3', 'v1.6.6', 'v1.5.13']
steps: steps:
- name: Checkout Nomad - name: Checkout Nomad
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
@ -167,7 +167,7 @@ jobs:
contents: read contents: read
strategy: strategy:
matrix: 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: env:
VAULT_BINARY_VERSION: ${{ matrix.vault-version }} VAULT_BINARY_VERSION: ${{ matrix.vault-version }}
steps: steps: