Skip to content

Commit

Permalink
use juju 3.5 in integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Jul 24, 2024
1 parent 7665671 commit 1a832dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
juju-channel: 3.4/stable
juju-channel: 3.5/stable
channel: 1.28-strict/stable
self-hosted-runner: true
self-hosted-runner-label: "edge"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ commands =
passenv = GITHUB_TOKEN
description = Run (charm) integration tests
deps =
juju==3.4.*
juju==3.5.*
pytest
pytest-asyncio
pytest-operator
Expand Down

0 comments on commit 1a832dd

Please sign in to comment.