Sfoglia il codice sorgente

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

Brian Flad 3 anni fa
parent
commit
5f2383b256
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: