소스 검색

.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: