This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
The following commit(s) were added to refs/heads/main by this push:
new 3cb0d3a ci: update terraform, opentofu and cloudstack versions (#130)
3cb0d3a is described below
commit 3cb0d3a5218e77c58161ecc0cfb71a3d27618b2d
Author: Fábio Matavelli <[email protected]>
AuthorDate: Tue Jul 30 04:15:44 2024 -0300
ci: update terraform, opentofu and cloudstack versions (#130)
* ci: update terraform and opentofu versions
* ci: update cloudstack versions
---
.github/workflows/acceptance.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml
index d1a8eb1..4915d5d 100644
--- a/.github/workflows/acceptance.yml
+++ b/.github/workflows/acceptance.yml
@@ -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:
@@ -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:
@@ -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