Skip to content

Commit

Permalink
update testing matrix to Django 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Apr 11, 2024
1 parent 1c6af55 commit f818649
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

strategy:
matrix:
DJANGO_VERSION: ['3.2.*', '4.0.*', '4.1.*', '4.2.*']
DJANGO_VERSION: ['3.2.*', '4.0.*', '4.1.*', '4.2.*', '5.0.*']
DB_ENGINE: [ 'postgres', 'mysql' ]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
Expand All @@ -45,6 +45,13 @@ jobs:

- DJANGO_VERSION: '4.2.*'
python-version: '3.7'

- DJANGO_VERSION: '5.0.*'
python-version: '3.7'
- DJANGO_VERSION: '5.0.*'
python-version: '3.8'
- DJANGO_VERSION: '5.0.*'
python-version: '3.9'
fail-fast: false

services:
Expand Down

0 comments on commit f818649

Please sign in to comment.