From f67c2ce8c61aa2d2839ac3804e438141c945822f Mon Sep 17 00:00:00 2001 From: Shayan Patel Date: Wed, 27 Nov 2024 01:38:48 +0000 Subject: [PATCH] Run juju 3.6 nightly tests against 3.6/stable --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b76a889f3c..34f589ad09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: allure_on_amd64: false - agent: 3.4.6 # renovate: juju-agent-pin-minor allure_on_amd64: true - - snap_channel: 3.6/candidate + - snap_channel: 3.6/stable allure_on_amd64: false architecture: - amd64 @@ -69,7 +69,7 @@ jobs: allure_on_amd64: true architecture: arm64 - juju: - snap_channel: 3.6/candidate + snap_channel: 3.6/stable allure_on_amd64: false architecture: arm64 name: Integration | ${{ matrix.juju.agent || matrix.juju.snap_channel }} | ${{ matrix.architecture }}