Преглед изворни кода

.github/workflows: Add Terraform CLI 1.1 testing (#6)

Brian Flad пре 3 година
родитељ
комит
5f2383b256
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/test.yml

+ 1 - 0
.github/workflows/test.yml

@@ -47,6 +47,7 @@ jobs:
         # list whatever Terraform versions here you would like to support
         terraform:
           - '1.0.*'
+          - '1.1.*'
     steps:
       - uses: actions/setup-go@v2
         with: