We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966c555 commit 9c21a9aCopy full SHA for 9c21a9a
1 file changed
.github/workflows/test.yaml
@@ -73,8 +73,12 @@ jobs:
73
strategy:
74
matrix:
75
python:
76
+ - "3.8"
77
- "3.9"
78
- "3.10"
79
+ - "3.11"
80
+ - "3.12"
81
+ - "3.13"
82
steps:
83
- name: Check out code
84
uses: actions/checkout@v4
@@ -165,6 +169,11 @@ jobs:
165
169
166
170
167
171
172
+ juju:
173
+ - "3.1/stable"
174
+ - "3.3/stable"
175
+ - "3.4/stable"
176
+ - "3.5/stable"
168
177
178
179
uses: actions/checkout@v3
@@ -176,6 +185,6 @@ jobs:
185
uses: charmed-kubernetes/actions-operator@main
186
with:
187
provider: lxd
- juju-channel: 3.4/stable
188
+ juju-channel: ${{ matrix.juju }}
180
189
- name: Run integration
181
190
run: tox -e integration-quarantine
0 commit comments