ci(test): update Django versions in testing matrix

- Removed Django 4.0 from the testing matrix.
- Added Django 4.2 to the testing matrix.
This commit is contained in:
Mike 2023-10-30 09:15:41 -07:00
parent 62d5bcc0a2
commit 205e16d25d

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["3.2", "4.0", "4.1"]
django-version: ["3.2", "4.1", "4.2"]
steps:
- uses: actions/checkout@v4