Skip to content

Commit

Permalink
Using juju 3.5 for (charm) integration tests (#1826)
Browse files Browse the repository at this point in the history
* use juju 3.5 in integration test

* bump version
  • Loading branch information
cbartz authored Aug 5, 2024
1 parent 97db2c1 commit b92efd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tool.poetry]
name = "repo-policy-compliance"
version = "1.10.0"
version = "1.10.1"
description = "Checks GitHub repository settings for compliance with policy"
authors = ["Canonical IS DevOps <launchpad.net/~canonical-is-devops>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: repo-policy-compliance
base: [email protected]
version: '1.10.0'
version: '1.10.1'
summary: Check the repository setup for policy compliance
description: |
Used to check whether a GitHub repository complies with expected policies.
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 b92efd7

Please sign in to comment.