Skip to content

Commit

Permalink
chore: Update TF versions in CI (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekampf authored Jul 29, 2024
1 parent 09ce3cc commit 99120f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ jobs:
fail-fast: false
matrix:
terraform:
- '1.6.*'
- '1.7.*'
- '1.8.*'
- '1.9.*'
- 'latest'
steps:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/smoketests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
fail-fast: false
matrix:
terraform:
- '1.6.*'
- '1.7.*'
- '1.8.*'
- '1.9.*'
- 'latest'
steps:
- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
golang 1.22.0
python 3.12.2
terraform 1.7.3
terraform 1.9.2

0 comments on commit 99120f1

Please sign in to comment.