Skip to content

Commit

Permalink
chore: update Terraform versions in CI workflow to support 1.8.x, 1.9…
Browse files Browse the repository at this point in the history
….x, and 1.10.x
  • Loading branch information
nobbs committed Nov 29, 2024
1 parent 4925bb5 commit eefc4dd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ jobs:
matrix:
# list whatever Terraform versions here you would like to support
terraform:
- '1.0.*'
- '1.1.*'
- '1.2.*'
- '1.3.*'
- '1.4.*'
- '1.8.*'
- '1.9.*'
- '1.10.*'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
Expand Down

0 comments on commit eefc4dd

Please sign in to comment.