Skip to content

Commit

Permalink
[CI] Semver ranges for terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
MNThomson committed Oct 24, 2024
1 parent eeae524 commit 8ef379d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ jobs:
fail-fast: false
matrix:
terraform:
- '1.0.*'
- '1.1.*'
- '1.2.*'
- '~1.0.0'
- '~1.1.0'
- '~1.2.0'
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -66,7 +66,7 @@ jobs:
go-version-file: 'go.mod'
cache: true
- name: Setup terraform
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ matrix.terraform }}
terraform_wrapper: false
Expand Down

0 comments on commit 8ef379d

Please sign in to comment.