Skip to content

Commit

Permalink
chore: add TF 1.7 to ci workflow (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsef authored Jun 21, 2024
1 parent eee8fb6 commit 4556b5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: true
matrix:
tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "latest"]
tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "latest"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tfsec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.5
terraform_version: latest
- name: Example Remote Validate
run: |
cd examples/remote
Expand Down

0 comments on commit 4556b5b

Please sign in to comment.