diff --git a/.github/workflows/test-integrations.yml b/.github/workflows/test-integrations.yml index b88abff4b0..5a1c3a0ea5 100644 --- a/.github/workflows/test-integrations.yml +++ b/.github/workflows/test-integrations.yml @@ -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: