Skip to content

Commit

Permalink
ci: test for terraform v1.10 (#154)
Browse files Browse the repository at this point in the history
* ci: test for terraform v1.10

* ci: increase max-parallel job executions to 2

* Update test.yaml
  • Loading branch information
kimdre authored Dec 6, 2024
1 parent 7618419 commit 54e1207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
# list whatever Terraform versions here you would like to support
terraform:
- '1.8.*'
- '1.10.*'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
Expand Down

0 comments on commit 54e1207

Please sign in to comment.