From f45b1b71bb605d00b40f8dea68317ed112566e9b Mon Sep 17 00:00:00 2001 From: Dragomir Penev <6687393+dragomirp@users.noreply.github.com> Date: Wed, 10 Jul 2024 15:40:06 +0300 Subject: [PATCH] Run CI on 3.4.4 (#337) --- .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 e7398a675..24cc5ff2c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,13 +56,13 @@ jobs: - agent: 2.9.49 # renovate: juju-agent-pin-minor libjuju: ==2.9.49.0 # renovate: latest libjuju 2 allure_on_amd64: false - - agent: 3.1.8 # renovate: juju-agent-pin-minor + - agent: 3.4.4 # renovate: juju-agent-pin-minor allure_on_amd64: true architecture: - amd64 include: - juju: - agent: 3.1.8 # renovate: juju-agent-pin-minor + agent: 3.4.4 # renovate: juju-agent-pin-minor allure_on_amd64: true architecture: arm64 name: Integration test charm | ${{ matrix.juju.agent }} | ${{ matrix.architecture }}