diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5575fcb5..1396fdf0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,8 +32,8 @@ jobs: with: provider: microk8s channel: 1.28-strict/stable - juju-channel: 3.2 - bootstrap-options: '--agent-version=3.2.0' + juju-channel: 3.3 + bootstrap-options: '--agent-version=3.3.4' - name: Run integration tests run: tox -e integration -- --model testing