From a78a7525c5fd2df19d6f3a45a94b315ce1aaba26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20C=2E=20Mass=C3=B3n?= <939888+Abuelodelanada@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:04:23 -0300 Subject: [PATCH] update juju version (#155) --- .github/workflows/_charm-tests-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_charm-tests-integration.yaml b/.github/workflows/_charm-tests-integration.yaml index 5af2683..921f15c 100644 --- a/.github/workflows/_charm-tests-integration.yaml +++ b/.github/workflows/_charm-tests-integration.yaml @@ -41,13 +41,13 @@ jobs: if: inputs.provider == 'lxd' uses: charmed-kubernetes/actions-operator@main with: - juju-channel: 3.3/stable + juju-channel: 3.4/stable provider: lxd - name: Setup operator environment (k8s) if: inputs.provider == 'microk8s' uses: charmed-kubernetes/actions-operator@main with: - juju-channel: 3.3/stable + juju-channel: 3.4/stable provider: microk8s channel: 1.26-strict/stable microk8s-group: snap_microk8s