Skip to content

Commit f9154a5

Browse files
authored
chore: add TF 1.7 to ci workflow (#31)
1 parent 7678d2e commit f9154a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: true
3333
matrix:
34-
tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "latest"]
34+
tf-version: ["1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "latest"]
3535
steps:
3636
- name: Checkout code
3737
uses: actions/checkout@v4

.github/workflows/tfsec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Terraform
3838
uses: hashicorp/setup-terraform@v3
3939
with:
40-
terraform_version: 1.5
40+
terraform_version: latest
4141
- name: Example Remote Validate
4242
run: |
4343
cd examples/remote

0 commit comments

Comments
 (0)