We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b50a2 commit 45ea05bCopy full SHA for 45ea05b
1 file changed
.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.1', '4.19.0.2']"
+ CLOUDSTACK_VERSIONS: "['4.18.2.1', '4.19.3.0', '4.20.1.0']"
34
35
jobs:
36
prepare-matrix:
@@ -78,8 +78,8 @@ jobs:
78
fail-fast: false
79
matrix:
80
terraform-version:
81
- - '1.8.*'
82
- - '1.9.*'
+ - '1.11.*'
+ - '1.12.*'
83
cloudstack-version: ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }}
84
85
acceptance-opentofu:
@@ -116,8 +116,8 @@ jobs:
116
117
118
opentofu-version:
119
- - '1.6.*'
120
- - '1.7.*'
+ - '1.8.*'
+ - '1.9.*'
121
122
123
all-jobs-passed: # Will succeed if it is skipped
0 commit comments