From 0cc34c5b2a1448612e04a2e11661830444652161 Mon Sep 17 00:00:00 2001 From: Joseph Phillips Date: Fri, 13 Oct 2023 12:40:24 +0200 Subject: [PATCH] Updates installed version of Juju for workflows to 3.2, the version compatible with this charm. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3aa004..a9ae8b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: - name: Install Juju run: | - sudo snap install juju --channel 3.1/stable + sudo snap install juju --channel 3.2/stable - name: Bootstrap on LXD if: matrix.cloud == 'lxd'