Skip to content

Commit

Permalink
Add terraform 1.9 and Harbor 2.11 in matrix tests and remove TF 1.6 a…
Browse files Browse the repository at this point in the history
…nd harbor 2.8 (#458)

Signed-off-by: flbla <[email protected]>
  • Loading branch information
flbla authored Jul 22, 2024
1 parent 9a13061 commit 046c4a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 046c4a6

Please sign in to comment.