We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5787130 commit 951f24eCopy full SHA for 951f24e
.github/workflows/test.yml
@@ -65,11 +65,12 @@ jobs:
65
matrix:
66
# list whatever Terraform versions here you would like to support
67
terraform:
68
- - '1.0.*'
69
- - '1.1.*'
70
- - '1.2.*'
71
- - '1.3.*'
72
- - '1.4.*'
+ # TODO: test with more terraform versions. For now, testing with latest.
+ # - "1.5.*"
+ # - "1.6.*"
+ # - "1.7.*"
+ # - "1.8.*"
73
+ - "1.9.*"
74
steps:
75
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
76
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
0 commit comments