Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Juju 2 to v2.9.45 #237

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ jobs:
- plugins-integration
- tls-integration
agent-versions:
- "2.9.44" # renovate: latest juju 2
- "2.9.45" # renovate: latest juju 2
- "3.1.5" # renovate: latest juju 3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dragomirp any ideas why Juju is not updated to 3.1.6?

free-disk-space:
- false
include:
- tox-environments: database-relation-integration
agent-versions: "2.9.44" # renovate: latest juju 2
agent-versions: "2.9.45" # renovate: latest juju 2
free-disk-space: true
- tox-environments: database-relation-integration
agent-versions: "3.1.5" # renovate: latest juju 3
free-disk-space: true
- tox-environments: db-admin-relation-integration
agent-versions: "2.9.44" # renovate: latest juju 2
agent-versions: "2.9.45" # renovate: latest juju 2
free-disk-space: true
name: ${{ matrix.tox-environments }} | ${{ matrix.agent-versions }}
needs:
Expand Down