From 7bc79f7c7eea99398e88992d43e11d5e3a37260f Mon Sep 17 00:00:00 2001 From: Adam Dyess Date: Wed, 7 Aug 2024 08:30:30 -0500 Subject: [PATCH] Bump juju charm versions to follow 3/stable --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 12ef4b8..af47a23 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -64,7 +64,7 @@ jobs: timeout-minutes: 40 strategy: matrix: - juju: ['3.1', '3.3'] + juju: ['3.1', '3'] steps: - name: Check out code uses: actions/checkout@v4