hvac icon indicating copy to clipboard operation
hvac copied to clipboard

Tests run against really old versions of vault

Open adammike opened this issue 3 years ago • 0 comments

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

adammike avatar Aug 07 '22 04:08 adammike