Skip to content

Commit

Permalink
Use 3.2 instead of 3.3.
Browse files Browse the repository at this point in the history
3.3.1 has a bug which will cause the tests to fail. Test against 3.2
  until 3.3.2 has been released.
  • Loading branch information
hmlanigan committed Feb 13, 2024
1 parent be125b6 commit 19ef087
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
juju-channel: "2.9/stable"
- cloud: "lxd"
cloud-channel: "5.19/stable"
juju-channel: "3.3/stable"
juju-channel: "3.2/stable"
- cloud: "microk8s"
cloud-channel: "1.28-strict/stable"
juju-channel: "3.3/stable"
juju-channel: "3.2/stable"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_add_machine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- "1.6.*"
juju:
- "2.9/stable"
- "3.3/stable"
- "3.2/stable"
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
terraform: ["1.4.*", "1.5.*", "1.6.*"]
action-operator:
- { cloud: "lxd", cloud-channel: "5.19", juju: "2.9" }
- { cloud: "lxd", cloud-channel: "5.19", juju: "3.3" }
- { cloud: "lxd", cloud-channel: "5.19", juju: "3.2" }
- { cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" }
- { cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3.3" }
- { cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3.2" }
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 19ef087

Please sign in to comment.