Skip to content

Commit

Permalink
Merge pull request #405 from hmlanigan/test-with-juju-3.4
Browse files Browse the repository at this point in the history
Test with juju 3.4.
  • Loading branch information
hmlanigan authored Feb 16, 2024
2 parents f78fd3f + 5abdddf commit eb5e402
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.2/stable"
juju-channel: "3/stable"
- cloud: "microk8s"
cloud-channel: "1.28-strict/stable"
juju-channel: "3.2/stable"
juju-channel: "3/stable"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
- env:
TF_ACC: "1"
TEST_CLOUD: ${{ matrix.cloud }}
run: go test -timeout 40m -v -cover ./internal/provider/
run: go test -timeout 40m -v -cover ./internal/provider/
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.2/stable"
- "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 @@ -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.2" }
- { cloud: "lxd", cloud-channel: "5.19", juju: "3" }
- { cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" }
- { cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3.2" }
- { cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3" }
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eb5e402

Please sign in to comment.