Skip to content

Commit

Permalink
Try fixing matrix-test again
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Dec 6, 2023
1 parent 66b933c commit a22aa15
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,14 @@ jobs:
python-version: ['3.10', '3.11']
django-version: ['3.2', '4.2', '5.0']
include:
- python-version: ['3.8', '3.9']
django-version: ['3.2', '4.2']
- python-version: '3.8'
django-version: '3.2'
- python-version: '3.8'
django-version: '4.2'
- python-version: '3.9'
django-version: '3.2'
- python-version: '3.9'
django-version: '4.2'
- python-version: '3.12'
django-version: '4.1'
steps:
Expand Down

0 comments on commit a22aa15

Please sign in to comment.