diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index a0df861..59e00a8 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -64,8 +64,9 @@ jobs: with: provider: microk8s channel: 1.29-strict/stable - juju-channel: 3.4/stable + juju-channel: 3.6/stable microk8s-addons: "dns hostpath-storage rbac" + charmcraft-channel: 3.x/stable - name: Run integration tests run: tox -vve integration -- --model testing diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 624337e..918ec6a 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