Skip to content

Commit

Permalink
Update test-integrations.yml
Browse files Browse the repository at this point in the history
Update Vault/Nomad versions to ensure we're testing the latest versions .
  • Loading branch information
NicoletaPopoviciu committed Sep 17, 2024
1 parent e0785bc commit 0179941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
contents: read
strategy:
matrix:
nomad-version: ['v1.7.7', 'v1.6.10', 'v1.5.17']
nomad-version: ['v1.8.3', 'v1.7.11', 'v1.6.15']
steps:
- name: Checkout Nomad
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
contents: read
strategy:
matrix:
vault-version: ["1.16.2", "1.15.6", "1.14.10"]
vault-version: ["1.17.5", "1.16.9", "1.15.14"]
env:
VAULT_BINARY_VERSION: ${{ matrix.vault-version }}
steps:
Expand Down

0 comments on commit 0179941

Please sign in to comment.