Skip to content

Commit

Permalink
Merge pull request #586 from hmlanigan/canary-fix
Browse files Browse the repository at this point in the history
#586

Run microk8s against 3.1 rather than 2.9. Charms we need to test with microk8s do not support 2.9, thus test against 3.1 for legacy code paths. Juju 3.1. requires the strictly confined microk8s snap.

Update lxd to 5.21 track, 5.19 has been removed from the lxd snap.
  • Loading branch information
jujubot authored Sep 20, 2024
2 parents 96c412b + fd41136 commit 908677f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ jobs:
- "1.9.*"
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"
cloud-channel: "1.28-strict/stable"
juju-channel: "3.1/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

0 comments on commit 908677f

Please sign in to comment.