Skip to content

Commit

Permalink
Run tests in GitHub Actions for Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gvangool committed May 31, 2023
1 parent fa238fd commit ec424ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ jobs:
- python: "3.11"
env: py311-django41

- python: "3.9"
env: py39-django42
- python: "3.10"
env: py310-django42
- python: "3.11"
env: py311-django42

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
Expand All @@ -62,4 +69,4 @@ jobs:
python -m pip install -e .
pip install tox tox-gh-actions
- name: Run tests using tox
run: tox -e ${{ matrix.env }}
run: tox -e ${{ matrix.env }}

0 comments on commit ec424ca

Please sign in to comment.