Skip to content

Commit 1830d3c

Browse files
Update 3.6 nightly tests to run against 3.6/candidate instead of 3.6/beta (#187)
## Issue We are not running tests on juju 3.6/* ## Solution Run tests against juju 3.6/candidate on a nightly schedule
1 parent 60ad054 commit 1830d3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,17 +116,17 @@ jobs:
116116
bases-index: 0
117117
- series: jammy
118118
bases-index: 1
119-
juju-snap-channel: ["2.9/stable", "3.4/stable", "3.6/beta"]
119+
juju-snap-channel: ["2.9/stable", "3.4/stable", "3.6/candidate"]
120120
include:
121-
- juju-snap-channel: "3.6/beta"
122-
agent-version: "3.6-beta2"
121+
- juju-snap-channel: "3.6/candidate"
122+
agent-version: "3.6-rc2"
123123
libjuju-version: "3.5.2.0"
124124
- juju-snap-channel: "3.4/stable"
125125
agent-version: "3.4.3"
126126
libjuju-version: "3.5.2.0"
127127
- juju-snap-channel: "2.9/stable"
128-
agent-version: "2.9.45"
129-
libjuju-version: "2.9.44.1"
128+
agent-version: "2.9.51"
129+
libjuju-version: "2.9.49.0"
130130
exclude:
131131
- groups: {path_to_test_file: tests/integration/test_data_integrator.py}
132132
ubuntu-versions: {series: focal}
@@ -154,7 +154,7 @@ jobs:
154154
bootstrap-options: "--agent-version ${{ matrix.agent-version }}"
155155
juju-channel: ${{ matrix.juju-snap-channel }}
156156
- name: Update python-libjuju version
157-
if: ${{ matrix.libjuju-version == '2.9.44.1' }}
157+
if: ${{ matrix.libjuju-version == '2.9.49.0' }}
158158
run: poetry add --lock --group integration juju@'${{ matrix.libjuju-version }}'
159159
- name: Download packed charm(s)
160160
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)