From 46328bf679a701443b52f75668edd873fa0f5f3c Mon Sep 17 00:00:00 2001 From: Dima Tisnek Date: Wed, 16 Oct 2024 17:14:23 +0900 Subject: [PATCH] ci: run unit tests on wider variety of Pythons --- .github/workflows/test.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 15ac5f66..678f26ce 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 @@ -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 @@ -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