Skip to content

Commit c9b396f

Browse files
authored
ci: drop support for EOL terraform version (#340)
1 parent 5e4c596 commit c9b396f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,8 @@ jobs:
8888
fail-fast: false
8989
matrix:
9090
terraform:
91-
- "1.5.*"
92-
- "1.6.*"
93-
- "1.7.*"
94-
- "1.8.*"
9591
- "1.9.*"
92+
- "1.10.*"
9693
steps:
9794
- name: Set up Go
9895
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)