Skip to content

Commit 568901b

Browse files
committed
Rev the Juju version in GH action tests to 3.3
1 parent 99f97da commit 568901b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: charmed-kubernetes/actions-operator@main
6666
with:
6767
provider: lxd
68-
juju-channel: 3.2/stable
68+
juju-channel: 3.3/stable
6969
# 2023-01-11 Commented until we discover a
7070
# clear approach for this.
7171
# - name: Set proxy in controller

.github/workflows/test_candidate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: charmed-kubernetes/actions-operator@main
5555
with:
5656
provider: lxd
57-
juju-channel: 3.2/candidate
57+
juju-channel: 3.3/candidate
5858
- name: Setup Python
5959
if: ${{ env.next-test != 'NA' }}
6060
uses: actions/setup-python@v4

.github/workflows/test_edge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: charmed-kubernetes/actions-operator@main
5555
with:
5656
provider: lxd
57-
juju-channel: 3.2/edge
57+
juju-channel: 3.3/edge
5858
- name: Setup Python
5959
if: ${{ env.next-test != 'NA' }}
6060
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)