mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-22 07:39:35 -05:00
ci: run acceptance tests with multiple Terraform versions (#129)
* ci: run acceptance tests with multiple Terraform versions * chore(test): bumps tf version to 0.14.8
This commit is contained in:
parent
ad3e56da2b
commit
97c491737c
1 changed files with 7 additions and 1 deletions
8
.github/workflows/acc-test.yaml
vendored
8
.github/workflows/acc-test.yaml
vendored
|
|
@ -22,6 +22,11 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
terraform_version:
|
||||
- "0.12.30"
|
||||
- "0.13.6"
|
||||
- "0.14.8"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
|
@ -43,4 +48,5 @@ jobs:
|
|||
- run: sudo cat /etc/default/docker
|
||||
- run: sudo service docker restart
|
||||
- run: make testacc
|
||||
|
||||
env:
|
||||
TF_ACC_TERRAFORM_VERSION: ${{ matrix.terraform_version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue