Skip to content

Commit

Permalink
ci: update terraform, opentofu and cloudstack versions (#130)
Browse files Browse the repository at this point in the history
* ci: update terraform and opentofu versions

* ci: update cloudstack versions
  • Loading branch information
fabiomatavelli committed Jul 30, 2024
1 parent e6bcc74 commit 3cb0d3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:

env:
CLOUDSTACK_API_URL: http://localhost:8080/client/api
CLOUDSTACK_VERSIONS: "['4.18.2.0', '4.19.0.1']"
CLOUDSTACK_VERSIONS: "['4.18.2.1', '4.19.0.2']"

jobs:
prepare-matrix:
Expand Down 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 3cb0d3a

Please sign in to comment.