Skip to content

Commit

Permalink
ci: don't test against juju 3.6 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Oct 16, 2024
1 parent 49e5a37 commit 836dcb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,12 @@ jobs:
- "3.3/stable"
- "3.4/stable"
- "3.5/stable"
- "3.6/beta"
# A bunch of tests fail with juju.errors.JujuError: base: [email protected]/stable
# * test_subordinate_units
# * test_destroy_unit
# * test_ssh
# * ...
# - "3.6/beta"
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 836dcb2

Please sign in to comment.