Skip to content

Commit

Permalink
Bump juju version + microk8s
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi-Bendriss committed May 24, 2024
1 parent 4a8f80f commit 5a81a31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Tests

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

on:
Expand Down Expand Up @@ -64,9 +64,9 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: "1.28-strict/stable"
channel: "1.29-strict/stable"
juju-channel: 2.9/stable
bootstrap-options: "--agent-version 2.9.43"
bootstrap-options: "--agent-version 2.9.49"
- name: Download packed charm(s)
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -103,9 +103,9 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: "1.28-strict/stable"
channel: "1.29-strict/stable"
juju-channel: 2.9/stable
bootstrap-options: "--agent-version 2.9.43"
bootstrap-options: "--agent-version 2.9.49"
- name: Download packed charm(s)
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -142,9 +142,9 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: microk8s
channel: "1.28-strict/stable"
channel: "1.29-strict/stable"
juju-channel: 2.9/stable
bootstrap-options: "--agent-version 2.9.29"
bootstrap-options: "--agent-version 2.9.49"
- name: Download packed charm(s)
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 5a81a31

Please sign in to comment.