Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin authored Feb 7, 2023
1 parent 6f62182 commit 31757e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Python${{ matrix.python-version }}/Django${{ matrix.django-version }}
strategy:
matrix:
python-version: ["3.8.3", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
django-version: ["3.2.16", "4.0.8", "4.1.3"]

steps:
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Run Test
run: |
`which django-admin` test django_rq --settings=django_rq.tests.settings --pythonpath=.
`which django-admin` test django_rq --settings=django_rq.tests.settings --pythonpath=.

0 comments on commit 31757e0

Please sign in to comment.