From 616cedb6f7518c6194ab9b98d4281c7d331ef274 Mon Sep 17 00:00:00 2001 From: phvalguima Date: Sat, 17 Feb 2024 07:31:53 +0100 Subject: [PATCH] Reduce the combinations in integration-testing --- .github/workflows/ci.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b0b310bd4..0d379a38f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,15 +75,6 @@ jobs: - agent: 3.3.1 libjuju: 3.3.0.0 juju-snap: 3.3/stable - - agent: 3.2.4 - libjuju: ^3 - juju-snap: 3.2/stable - - agent: 3.1.7 - libjuju: ^3 - juju-snap: 3.1/stable - - agent: 3.1.6 - libjuju: ^3 - juju-snap: 3.1/stable name: Integration test charm | ${{ matrix.juju.agent }} needs: - lint