Skip to content

Commit b0ae517

Browse files
committed
fix: add multiple versions to ci matrix
1 parent 8fbf186 commit b0ae517

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/module-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ jobs:
5858
echo 'EOF' >> $GITHUB_OUTPUT
5959
6060
test:
61-
name: Run unit tests for module ${{ matrix.modules.module_name }}
61+
name: Run unit tests for module ${{ matrix.modules.module_name }} (Python ${{ matrix.python-version }})
6262
needs: get-modules
6363
strategy:
6464
fail-fast: false
6565
matrix:
6666
modules: ${{ fromJson(needs.get-modules.outputs.matrix) }}
67-
python-version: ["3.11"]
67+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
6868
node-version: [18.x]
6969
runs-on: ubuntu-latest
7070
env:

0 commit comments

Comments
 (0)