Skip to content

Commit

Permalink
ci: update terraform and opentofu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiomatavelli committed Jul 4, 2024
1 parent bf3bcec commit 4997b18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
fail-fast: false
matrix:
terraform-version:
- '1.7.*'
- '1.8.*'
- '1.9.*'
cloudstack-version: ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }}

acceptance-opentofu:
Expand Down Expand Up @@ -117,6 +117,7 @@ jobs:
matrix:
opentofu-version:
- '1.6.*'
- '1.7.*'
cloudstack-version: ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }}

all-jobs-passed: # Will succeed if it is skipped
Expand Down

0 comments on commit 4997b18

Please sign in to comment.