diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 6077a88..07026bd 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -60,8 +60,8 @@ jobs: with: provider: microk8s channel: 1.25-strict/stable - juju-channel: 3.4/stable - charmcraft-channel: latest/stable + juju-channel: 3.6/stable + charmcraft-channel: 3.x/stable - name: Test run: sg snap_microk8s -c "tox -vve integration -- --model testing" diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5765f96..93a1594 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -91,4 +91,4 @@ jobs: charm-path: ${{ matrix.charm-path }} channel: ${{ steps.parse-inputs.outputs.destination_channel }} tag-prefix: ${{ steps.parse-inputs.outputs.tag_prefix }} - charmcraft-channel: latest/candidate + charmcraft-channel: 3.x/stable