diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb11365..476c9f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,13 +81,13 @@ jobs: matrix: # list whatever Terraform versions here you would like to support terraform: - - '1.6.*' - '1.7.*' - '1.8.*' + - '1.9.*' harbor: + - '1.15.*' # harbor 2.11 - '1.14.*' # harbor 2.10 - '1.13.*' # harbor 2.9 - - '1.12.*' # harbor 2.8 steps: - name: Check out code into the Go module directory diff --git a/README.md b/README.md index 401d8fa..803b08d 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Configure and manage Harbor with Terraform and [Pulumi](https://github.com/pulum Our acceptance tests are run against specific versions of Harbor and Terraform to ensure compatibility. For the latest version of the provider, we ran the tests against the following versions of Harbor and Terraform: ### Harbor Versions -- `2.8` - `2.9` - `2.10` +- `2.11` ### Terraform Versions -- `1.6` - `1.7` - `1.8` +- `1.9` Please note that while we strive to maintain compatibility with these versions, we recommend always using the latest versions of Harbor and Terraform for the best experience.