From 48a785b5c6eebe7bc20bdb91cd1367e79cfc21d4 Mon Sep 17 00:00:00 2001 From: shayancanonical <99665202+shayancanonical@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:06:01 -0500 Subject: [PATCH] Run juju 3.6 nightly tests against 3.6/stable (#533) --- .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 fd677add3..7aa422f45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -70,7 +70,7 @@ jobs: allure_on_amd64: false - agent: 3.5.4 # 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 @@ -80,7 +80,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 }}