Skip to content

Commit ec424ca

Browse files
committed
Run tests in GitHub Actions for Django 4.2
1 parent fa238fd commit ec424ca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ jobs:
5050
- python: "3.11"
5151
env: py311-django41
5252

53+
- python: "3.9"
54+
env: py39-django42
55+
- python: "3.10"
56+
env: py310-django42
57+
- python: "3.11"
58+
env: py311-django42
59+
5360
steps:
5461
- uses: actions/checkout@v2
5562
- name: Set up Python ${{ matrix.python }}
@@ -62,4 +69,4 @@ jobs:
6269
python -m pip install -e .
6370
pip install tox tox-gh-actions
6471
- name: Run tests using tox
65-
run: tox -e ${{ matrix.env }}
72+
run: tox -e ${{ matrix.env }}

0 commit comments

Comments
 (0)