mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-22 15:49:34 -05:00
✨ Update Terraform version to 1.8.x in acceptance test GitHub Actions workflow. (#626)
This commit is contained in:
parent
7155ab079c
commit
4e6ef4b2e6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/acc-test.yaml
vendored
2
.github/workflows/acc-test.yaml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
terraform_version:
|
terraform_version:
|
||||||
- "0.15.x"
|
- "0.15.x"
|
||||||
- "1.1.x"
|
- "1.8.x"
|
||||||
resource_type:
|
resource_type:
|
||||||
- "TestAccDockerConfig"
|
- "TestAccDockerConfig"
|
||||||
- "TestAccDockerContainer"
|
- "TestAccDockerContainer"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue