hvac
hvac copied to clipboard
Tests run against really old versions of vault
Current unit and integration tests run against really old versions of vault.
Linting tests run against vault 1.7.2+ent https://github.com/hvac/hvac/blob/develop/.github/workflows/lint-and-test.yml#L71
Integration tests run against:
- 1.4.7+ent // No longer supported by Hashicorp
- 1.5.9+ent // No longer supported by Hashicorp
- 1.6.5+ent
- 1.7.2+ent
https://github.com/hvac/hvac/blob/develop/.github/workflows/lint-and-test.yml#L130-L133