We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bcc74 commit 3cb0d3aCopy full SHA for 3cb0d3a
.github/workflows/acceptance.yml
@@ -30,7 +30,7 @@ permissions:
30
31
env:
32
CLOUDSTACK_API_URL: http://localhost:8080/client/api
33
- CLOUDSTACK_VERSIONS: "['4.18.2.0', '4.19.0.1']"
+ CLOUDSTACK_VERSIONS: "['4.18.2.1', '4.19.0.2']"
34
35
jobs:
36
prepare-matrix:
@@ -78,8 +78,8 @@ jobs:
78
fail-fast: false
79
matrix:
80
terraform-version:
81
- - '1.7.*'
82
- '1.8.*'
+ - '1.9.*'
83
cloudstack-version: ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }}
84
85
acceptance-opentofu:
@@ -117,6 +117,7 @@ jobs:
117
118
opentofu-version:
119
- '1.6.*'
120
+ - '1.7.*'
121
122
123
all-jobs-passed: # Will succeed if it is skipped
0 commit comments