Skip to content

Commit 1a11d78

Browse files
authored
tests: upgrade to Harbor 2.14 & TF 1.13 (#552)
Signed-off-by: flbla <flbla@users.noreply.github.com>
1 parent c301219 commit 1a11d78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
matrix:
8282
# list whatever Terraform versions here you would like to support
8383
terraform:
84+
- '1.13.*'
8485
- '1.12.*'
8586
- '1.11.*'
86-
- '1.10.*'
8787
harbor:
88+
- '1.18.*' # harbor 2.14
8889
- '1.17.*' # harbor 2.13
8990
- '1.16.*' # harbor 2.12
90-
- '1.15.*' # harbor 2.11
9191
steps:
9292

9393
- name: Check out code into the Go module directory

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Configure and manage Harbor with Terraform and [Pulumi](https://github.com/pulum
1616
Our acceptance tests are run against specific versions of Harbor and Terraform to ensure compatibility.
1717
For the latest version of the provider, we ran the tests against the following versions of Harbor and Terraform:
1818
### Harbor Versions
19-
- `2.11`
2019
- `2.12`
2120
- `2.13`
21+
- `2.14`
2222

2323
### Terraform Versions
24-
- `1.10`
2524
- `1.11`
2625
- `1.12`
26+
- `1.13`
2727

2828
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.
2929

0 commit comments

Comments
 (0)