We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a74c34 commit 911ce25Copy full SHA for 911ce25
1 file changed
.github/workflows/test.yml
@@ -68,11 +68,8 @@ jobs:
68
matrix:
69
# list whatever Terraform versions here you would like to support
70
terraform:
71
- - '1.0.*'
72
- - '1.1.*'
73
- - '1.2.*'
74
- - '1.3.*'
75
- - '1.4.*'
+ - '1.14.*'
+
76
steps:
77
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
78
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
0 commit comments