From bb8b943e1c5835f1cabb0c8d85c50edfaa6dbff7 Mon Sep 17 00:00:00 2001 From: Manos Vlassis <57320708+mvlassis@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:13:36 +0300 Subject: [PATCH] Revert juju to 3.4 (#90) --- .github/workflows/on_pull_request.yaml | 4 ++-- .github/workflows/on_push.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 66e1ff6..a6081ee 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -13,6 +13,6 @@ jobs: secrets: inherit with: microk8s-channel: 1.26-strict/stable - juju-channel: 3.5/stable + juju-channel: 3.4/stable python-version: "3.8" - rockcraft-channel: latest/stable \ No newline at end of file + rockcraft-channel: latest/stable diff --git a/.github/workflows/on_push.yaml b/.github/workflows/on_push.yaml index 1236fc2..d3b8c27 100644 --- a/.github/workflows/on_push.yaml +++ b/.github/workflows/on_push.yaml @@ -16,6 +16,6 @@ jobs: secrets: inherit with: microk8s-channel: 1.26-strict/stable - juju-channel: 3.5/stable + juju-channel: 3.4/stable python-version: "3.8" rockcraft-channel: latest/stable