Skip to content

Commit 10d7538

Browse files
[MISC] Remove Juju 3.4 from CI (#197)
1 parent 8a340e4 commit 10d7538

File tree

3 files changed

+118
-90
lines changed

3 files changed

+118
-90
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,11 @@ jobs:
116116
bases-index: 0
117117
- series: jammy
118118
bases-index: 1
119-
juju-snap-channel: ["2.9/stable", "3.4/stable", "3.6/stable"]
119+
juju-snap-channel: ["2.9/stable", "3.6/stable"]
120120
include:
121121
- juju-snap-channel: "3.6/stable"
122-
agent-version: "3.6.0"
123-
libjuju-version: "3.5.2.0"
124-
- juju-snap-channel: "3.4/stable"
125-
agent-version: "3.4.3"
126-
libjuju-version: "3.5.2.0"
122+
agent-version: "3.6.1"
123+
libjuju-version: "3.6.0.0"
127124
- juju-snap-channel: "2.9/stable"
128125
agent-version: "2.9.51"
129126
libjuju-version: "2.9.49.0"
@@ -173,7 +170,6 @@ jobs:
173170
echo "mark_expression=not unstable" >> "$GITHUB_OUTPUT"
174171
fi
175172
- name: Run integration tests
176-
if: ${{ !startsWith(matrix.juju-snap-channel, '3.6/') || github.event_name == 'schedule' }}
177173
run: tox run -e integration -- "${{ matrix.groups.path_to_test_file }}" --group="${{ matrix.groups.group_number }}" -m '${{ steps.select-test-stability.outputs.mark_expression }}' --mysql-router-charm-series=${{ matrix.ubuntu-versions.series }} --mysql-router-charm-bases-index=${{ matrix.ubuntu-versions.bases-index }}
178174
env:
179175
LIBJUJU_VERSION_SPECIFIER: ${{ matrix.libjuju-version }}

0 commit comments

Comments
 (0)