mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
feat: support terraform v1 (#242)
* chore(ci): add tf v1.0.1 * chore(ci): bump tf v0.15 to 5
This commit is contained in:
parent
b759b8f2c9
commit
4768b24df5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/acc-test.yaml
vendored
3
.github/workflows/acc-test.yaml
vendored
|
|
@ -27,7 +27,8 @@ jobs:
|
|||
- "0.12.31"
|
||||
- "0.13.7"
|
||||
- "0.14.11"
|
||||
- "0.15.2"
|
||||
- "0.15.5"
|
||||
- "1.0.1"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue