Skip to content

Commit

Permalink
Use juju 3.3 instead of 3.1 for tests.
Browse files Browse the repository at this point in the history
The provider is now using the 3.3 apis for juju. Let's test against that
version and the oldest supported 2.9
  • Loading branch information
hmlanigan committed Feb 12, 2024
1 parent bb09b0d commit 70896f2
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.1/stable"
juju-channel: "3.3/stable"
- cloud: "microk8s"
cloud-channel: "1.28-strict/stable"
juju-channel: "3.1/stable"
juju-channel: "3.3/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.1/stable"
- "3.3/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 @@ -45,9 +45,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.1" }
- { cloud: "lxd", cloud-channel: "5.19", juju: "3.3" }
- { cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" }
- { cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3.1" }
- { cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3.3" }
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 70896f2

Please sign in to comment.