From a8a0223e03f9b2258a3298d5c415d90d8e033d0d Mon Sep 17 00:00:00 2001 From: Daniela Plascencia Date: Fri, 21 Jun 2024 15:13:55 +0200 Subject: [PATCH] ci: use juju 3.4/stable instead of 3.5/stable --- .github/workflows/integrate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 8a0ee1b..a0df861 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -64,7 +64,7 @@ jobs: with: provider: microk8s channel: 1.29-strict/stable - juju-channel: 3.5/stable + juju-channel: 3.4/stable microk8s-addons: "dns hostpath-storage rbac" - name: Run integration tests