Skip to content

Commit

Permalink
test: run automated tests against Vault 1.11 - 1.14 (#18590)
Browse files Browse the repository at this point in the history
Begin to test against Vault 1.14. Drop tests against Vault 1.10.
  • Loading branch information
jkirschner-hashicorp authored Aug 28, 2023
1 parent 7bc30e9 commit 180c1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
contents: read
strategy:
matrix:
vault-version: ["1.13.1", "1.12.5", "1.11.9", "1.10.11"]
vault-version: ["1.14.1", "1.13.5", "1.12.9", "1.11.12"]
env:
VAULT_BINARY_VERSION: ${{ matrix.vault-version }}
steps:
Expand Down

0 comments on commit 180c1e2

Please sign in to comment.