Skip to content

Commit

Permalink
add 1.8 tf support for GHA workflows `This should not be merged until…
Browse files Browse the repository at this point in the history
… the release of Terraform 1.8` (hashicorp#2456)

* add 1.8 tf support for GHA workflows

* update provider_functions_until.yaml tf version
  • Loading branch information
BBBmau authored Apr 15, 2024
1 parent a765ef8 commit f53f684
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
- "1.3.9"
- "1.4.0"
- "1.6.0"
- "1.7.5"
- "1.7.0"
- "1.8.0"
env:
TF_X_KUBERNETES_MANIFEST_RESOURCE: 1
TERM: linux
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/manifest_acc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- v1.25.11@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315
- v1.23.15@sha256:ef453bb7c79f0e3caba88d2067d4196f427794086a7d0df8df4f019d5e336b61
terraform_version:
- 1.8.0
- 1.5.7
- 1.4.7
- 1.3.10
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/provider_functions_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: go mod verify
- name: Run unit tests
env:
# FIXME this needs to be changed once the 1.8 release goes out
TF_ACC_TERRAFORM_VERSION: 1.8.0-rc1
TF_ACC_TERRAFORM_VERSION: 1.8.0
run: |
make testfuncs

0 comments on commit f53f684

Please sign in to comment.