Skip to content

Commit

Permalink
chore: update lxd snap channel to 5.21
Browse files Browse the repository at this point in the history
The 5.19 channel has been removed from the lxd snap track list.
  • Loading branch information
hmlanigan committed Sep 16, 2024
1 parent d9920f1 commit 69f1b12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ jobs:
- "1.8.*"
include:
- cloud: "lxd"
cloud-channel: "5.19/stable"
cloud-channel: "5.21/stable"
juju-channel: "2.9/stable"
lxd-channel: "5.19/stable"
lxd-channel: "5.21/stable"
- cloud: "microk8s"
cloud-channel: "1.28/stable"
juju-channel: "2.9/stable"
lxd-channel: "5.19/stable"
lxd-channel: "5.21/stable"
- cloud: "lxd"
cloud-channel: "5.19/stable"
cloud-channel: "5.21/stable"
juju-channel: "3/stable"
lxd-channel: "5.19/stable"
lxd-channel: "5.21/stable"
- cloud: "microk8s"
cloud-channel: "1.28-strict/stable"
juju-channel: "3/stable"
lxd-channel: "5.19/stable"
lxd-channel: "5.21/stable"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
strategy:
fail-fast: false
matrix:
terraform: ["1.6.*", "1.7.*", "1.8.*"]
terraform: ["1.7.*", "1.8.*", "1.9.*"]
action-operator:
- { lxd-channel: "5.19/stable", cloud: "lxd", cloud-channel: "5.19", juju: "2.9" }
- { lxd-channel: "5.19/stable", cloud: "lxd", cloud-channel: "5.19", juju: "3" }
- { lxd-channel: "5.19/stable", cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" }
- { lxd-channel: "5.19/stable", cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3" }
- { lxd-channel: "5.21/stable", cloud: "lxd", cloud-channel: "5.21", juju: "2.9" }
- { lxd-channel: "5.21/stable", cloud: "lxd", cloud-channel: "5.21", juju: "3" }
- { lxd-channel: "5.21/stable", cloud: "microk8s", cloud-channel: "1.28", juju: "2.9" }
- { lxd-channel: "5.21/stable", cloud: "microk8s", cloud-channel: "1.28-strict", juju: "3" }
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 69f1b12

Please sign in to comment.