Skip to content

Commit

Permalink
Simplify matrix-test, drop old django versions (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored May 7, 2024
1 parent cdc7efd commit ff8ee0b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', '3.11']
django-version: ['3.2', '4.2', '5.0']
python-version: ['3.11', '3.12']
django-version: ['4.2', '5.0']
include:
- 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'
- python-version: '3.10'
django-version: '4.2'
steps:
- uses: actions/checkout@v4
- name: Setup system dependencies
Expand Down

0 comments on commit ff8ee0b

Please sign in to comment.