Skip to content

Commit

Permalink
chore: Add Terraform 1.6 to verification matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
unfunco committed Oct 29, 2023
1 parent b570d79 commit e8265d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: terraform validate
strategy:
matrix:
terraform_version: [ "1.0", "1.1", "1.2", "1.3", "1.4", "1.5" ]
terraform_version: [ "1.0", "1.1", "1.2", "1.3", "1.4", "1.5", "1.6" ]

caller-identity:
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit e8265d1

Please sign in to comment.