Skip to content

Commit

Permalink
switch to latest cloudstack
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Dec 1, 2024
1 parent 4950826 commit bb338d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ permissions:

env:
CLOUDSTACK_API_URL: http://localhost:8080/client/api
#CLOUDSTACK_VERSIONS: "['4.18.2.5', '4.19.1.1', '4.19.1.3']"
CLOUDSTACK_VERSIONS: "['4.19.1.1']"
CLOUDSTACK_VERSIONS: "['4.18.2.5', '4.19.1.3', '4.20.0.0']"
jobs:
prepare-matrix:
runs-on: ubuntu-latest
Expand All @@ -55,6 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
max-parallel: 1
cloudstack-version: ${{ fromJson(needs.prepare-matrix.outputs.cloudstack-versions) }}
python-version:
- '3.12'
Expand Down

0 comments on commit bb338d9

Please sign in to comment.