Skip to content

Commit

Permalink
ci: run unit tests on wider variety of Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Oct 16, 2024
1 parent c33ad47 commit 3018335
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,12 @@ jobs:
strategy:
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -165,6 +169,11 @@ jobs:
matrix:
python:
- "3.10"
juju:
- "3.1/stable"
- "3.3/stable"
- "3.4/stable"
- "3.5/stable"
steps:
- name: Check out code
uses: actions/checkout@v3
Expand All @@ -176,6 +185,6 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: lxd
juju-channel: 3.4/stable
juju-channel: ${{ matrix.juju }}
- name: Run integration
run: tox -e integration-quarantine

0 comments on commit 3018335

Please sign in to comment.