.github/workflows: Add Terraform CLI 1.1 testing (#6)
This commit is contained in:
parent
24d49d60fb
commit
5f2383b256
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -47,6 +47,7 @@ jobs:
|
|||||||
# list whatever Terraform versions here you would like to support
|
# list whatever Terraform versions here you would like to support
|
||||||
terraform:
|
terraform:
|
||||||
- '1.0.*'
|
- '1.0.*'
|
||||||
|
- '1.1.*'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user