File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions:
3030
3131env :
3232 CLOUDSTACK_API_URL : http://localhost:8080/client/api
33- CLOUDSTACK_VERSIONS : " ['4.18.2.1', '4.19.0.2 ']"
33+ CLOUDSTACK_VERSIONS : " ['4.18.2.1', '4.19.3.0', '4.20.1.0 ']"
3434
3535jobs :
3636 prepare-matrix :
7878 fail-fast : false
7979 matrix :
8080 terraform-version :
81- - ' 1.8 .*'
82- - ' 1.9 .*'
81+ - ' 1.11 .*'
82+ - ' 1.12 .*'
8383 cloudstack-version : ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }}
8484
8585 acceptance-opentofu :
@@ -116,8 +116,8 @@ jobs:
116116 fail-fast : false
117117 matrix :
118118 opentofu-version :
119- - ' 1.6 .*'
120- - ' 1.7 .*'
119+ - ' 1.8 .*'
120+ - ' 1.9 .*'
121121 cloudstack-version : ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }}
122122
123123 all-jobs-passed : # Will succeed if it is skipped
You can’t perform that action at this time.
0 commit comments