Skip to content

Commit

Permalink
matrix tests for 3.10-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin committed Sep 6, 2024
1 parent 13182ae commit 0c2538e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/django-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.11'
python-version: ${{ matrix.python-version }}
- name: Install Poetry
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 0c2538e

Please sign in to comment.