Skip to content

Commit 3cb0d3a

Browse files
ci: update terraform, opentofu and cloudstack versions (#130)
* ci: update terraform and opentofu versions * ci: update cloudstack versions
1 parent e6bcc74 commit 3cb0d3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/acceptance.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030

3131
env:
3232
CLOUDSTACK_API_URL: http://localhost:8080/client/api
33-
CLOUDSTACK_VERSIONS: "['4.18.2.0', '4.19.0.1']"
33+
CLOUDSTACK_VERSIONS: "['4.18.2.1', '4.19.0.2']"
3434

3535
jobs:
3636
prepare-matrix:
@@ -78,8 +78,8 @@ jobs:
7878
fail-fast: false
7979
matrix:
8080
terraform-version:
81-
- '1.7.*'
8281
- '1.8.*'
82+
- '1.9.*'
8383
cloudstack-version: ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }}
8484

8585
acceptance-opentofu:
@@ -117,6 +117,7 @@ jobs:
117117
matrix:
118118
opentofu-version:
119119
- '1.6.*'
120+
- '1.7.*'
120121
cloudstack-version: ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }}
121122

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

0 commit comments

Comments
 (0)