From e99f3e4a90545277db2fc875730f718a82fc012e Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Wed, 8 May 2024 20:42:38 +0300 Subject: [PATCH] ci: bump juju 3.1 -> 3.5 (#19) * ci: bump juju to 3.5 Co-authored-by: NohaIhab --- .github/workflows/on_pull_request.yaml | 2 +- .github/workflows/on_push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index df50f57..658a03c 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.1/stable + juju-channel: 3.5/stable python-version: "3.8" rockcraft-channel: latest/stable diff --git a/.github/workflows/on_push.yaml b/.github/workflows/on_push.yaml index 5586356..1cfd1ec 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.1/stable + juju-channel: 3.5/stable python-version: "3.8" rockcraft-channel: latest/stable