From d255108d3ab9098a5333223bcf0a83a39f3d4e73 Mon Sep 17 00:00:00 2001 From: Mia Altieri Date: Fri, 16 Feb 2024 11:39:33 +0000 Subject: [PATCH] lib juju in matrix isn't needed --- .github/workflows/ci.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 912b22131..01d083b41 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,13 +72,6 @@ jobs: cache: true integration-test: - strategy: - fail-fast: false - matrix: - juju: - - agent: 3.1.6 - libjuju: ^3 - allure: true name: Integration test charm needs: # comment out temporarily to test workflow on GitHub faster @@ -89,8 +82,7 @@ jobs: with: artifact-prefix: ${{ needs.build.outputs.artifact-prefix }} cloud: lxd - juju-agent-version: ${{ matrix.juju.agent }} - libjuju-version-constraint: ${{ matrix.juju.libjuju }} + juju-agent-version: 3.1.6 permissions: contents: write # Needed for Allure Report beta secrets: