Skip to content

Commit

Permalink
Add support for OpenTofu 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Aug 5, 2024
1 parent b72f02a commit 9ea02f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
terraform:
- 1.9.0
- 1.8.5
- 1.7.5
- 0.12.31
env:
TERRAFORM_VERSION: ${{ matrix.terraform }}
Expand All @@ -65,8 +64,9 @@ jobs:
fail-fast: false
matrix:
opentofu:
- 1.6.2
- 1.7.0
- 1.6.3
- 1.7.3
- 1.8.0
env:
OPENTOFU_VERSION: ${{ matrix.opentofu }}
TFMIGRATE_EXEC_PATH: tofu
Expand Down

0 comments on commit 9ea02f8

Please sign in to comment.