From 1b6a748c71109f2ccf98f5cc44fc6102afe66b60 Mon Sep 17 00:00:00 2001 From: shayancanonical <99665202+shayancanonical@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:46:45 -0500 Subject: [PATCH] Test against juju 3.6/candidate + upgrade dpw to v23.0.5 (#675) * Test against juju 3.6/candidate + upgrade dpw to v23.0.5 * Update 3.6 another set of nightly tests to run against 3.6/candidate instead of 3.6/beta --- .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 8d160e58dc..b76a889f3c 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/beta + - snap_channel: 3.6/candidate allure_on_amd64: false architecture: - amd64 @@ -69,7 +69,7 @@ jobs: allure_on_amd64: true architecture: arm64 - juju: - snap_channel: 3.6/beta + snap_channel: 3.6/candidate allure_on_amd64: false architecture: arm64 name: Integration | ${{ matrix.juju.agent || matrix.juju.snap_channel }} | ${{ matrix.architecture }}