Skip to content

Commit 3022367

Browse files
authored
ci: drop terraform versions < 1.5.x, add 1.9.x for tests (#258)
1 parent d2e2d96 commit 3022367

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,11 @@ jobs:
6464
fail-fast: false
6565
matrix:
6666
terraform:
67-
- "1.0.*"
68-
- "1.1.*"
69-
- "1.2.*"
70-
- "1.3.*"
71-
- "1.4.*"
7267
- "1.5.*"
7368
- "1.6.*"
7469
- "1.7.*"
7570
- "1.8.*"
71+
- "1.9.*"
7672
steps:
7773
- name: Set up Go
7874
uses: actions/setup-go@v5
@@ -112,7 +108,7 @@ jobs:
112108

113109
- uses: hashicorp/setup-terraform@v3
114110
with:
115-
terraform_version: "1.3.*"
111+
terraform_version: "latest"
116112
terraform_wrapper: false
117113

118114
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)