Skip to content

Commit b0b46bd

Browse files
authored
ci: drop support for EOL terraform version
Drop support for EOL terraform versions. We upgraded to terraform 1.9 in Coder 2.14.x 7 months ago, which is no longer supported. Also includes terraform 1.10
1 parent ec48bcb commit b0b46bd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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