Skip to content

Commit

Permalink
Bump terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed May 27, 2024
1 parent 3a76bb6 commit 45e25b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copied from https://github.com/hashicorp/terraform-provider-scaffolding-framework
# with changes:
# * generate step disabled
# * use released terraform 1.8.4

# Terraform Provider testing workflow.
name: Tests
Expand Down Expand Up @@ -71,11 +72,9 @@ jobs:
with:
go-version-file: 'go.mod'
cache: true
# Temporarily download Terraform 1.8 prerelease for function documentation support.
# When Terraform 1.8.0 final is released, this can be removed.
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: '1.8.0-alpha20240216'
terraform_version: '1.8.4'
terraform_wrapper: false
- run: go generate ./...
- name: git diff
Expand All @@ -99,13 +98,14 @@ jobs:
- '1.2.*'
- '1.3.*'
- '1.4.*'
- '1.8.*'
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version-file: 'go.mod'
cache: true
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
Expand Down

0 comments on commit 45e25b7

Please sign in to comment.