Skip to content

Commit

Permalink
add terraform 1.10.x and drop 1.7.x
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Dec 18, 2024
1 parent dcd12e4 commit ef677f9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
with:
go-version-file: './go.mod'
check-latest: true

- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
with:
terraform_version: '1.10.*'
terraform_wrapper: false

- run: go generate ./...
- name: git diff
run: |
Expand All @@ -27,9 +33,9 @@ jobs:
fail-fast: false
matrix:
terraform:
- '1.7.*'
- '1.8.*'
- '1.9.*'
- '1.10.*'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
Expand Down

0 comments on commit ef677f9

Please sign in to comment.