Skip to content

Commit

Permalink
Merge pull request #884 from colin-pm/maintenance/update-vault-test-v…
Browse files Browse the repository at this point in the history
…ersions

CI: Update Vault versions for integration tests
  • Loading branch information
colin-pm committed Sep 15, 2022
2 parents a84bb20 + da0da7c commit c389445
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,14 @@ jobs:
python-version:
- 3.7
vault-version:
- 1.4.7
- 1.5.9
- 1.6.5
- 1.7.2
- "vault-enterprise=1.6.5+ent"
- "vault-enterprise=1.7.2+ent"
- "vault=1.6.5"
- "vault=1.7.2"
- "vault=1.8.0"
- "vault=1.9.0"
- "vault=1.10.0"
- "vault=1.11.0-1"

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -225,7 +229,7 @@ jobs:
sudo apt install \
consul \
vault-enterprise=${{ matrix.vault-version }}+ent \
${{ matrix.vault-version }} \
;
# We disble cap_ipc_lock here as its generally incompatabile with GitHub
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ def test_create_or_update_group(
member_entity_ids
if member_entity_ids is not None
else []
if group_type == "external" and utils.vault_version_lt("1.11")
if group_type == "external" and utils.vault_version_lt("1.11.1")
else None
)
self.assertEqual(
Expand Down

0 comments on commit c389445

Please sign in to comment.