Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrdcm committed May 7, 2024
1 parent 67de21c commit a436b2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
# Exclude Django 3.2 for Python 3.11
- python-version: '3.11'
django-version: '3.2'
# Django 5.0 doesn't support < Python 3.10
- python-version: '3.8'
django-version: '5.0'
- python-version: '3.9'
django-version: '5.0'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a436b2e

Please sign in to comment.