Skip to content

Commit

Permalink
Support Juju 3.4 (#68)
Browse files Browse the repository at this point in the history
* Support Juju 3.4

Changing to use of Juju 3.4 controller for testing instead of Juju 3.1.

* add concurrency
  • Loading branch information
rgildein authored Apr 16, 2024
1 parent f3e9563 commit 6c55a2d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- "**.md"
- "**.rst"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
lint-unit:
uses: canonical/bootstack-actions/.github/workflows/lint-unit.yaml@v2
Expand All @@ -26,8 +30,7 @@ jobs:
needs: lint-unit
with:
command: make functional
juju-channel: "3.1/stable"
juju-channel: "3.4/stable"
nested-containers: true
python-version: "3.10"
timeout-minutes: 60
tox-version: "<4"

0 comments on commit 6c55a2d

Please sign in to comment.