Skip to content

Commit

Permalink
Test against newer mariadb releases
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Jan 22, 2024
1 parent 77f375e commit 1233d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version: ['3.2', '4.2', '5.0', 'main']
postgres-version: ['12', '16']
mariadb-version: ['10.4']
mariadb-version: ['10.6', '10.11', '11.2']
exclude:
# Django <=4.0 doesn't support python 3.11 (https://docs.djangoproject.com/en/4.1/faq/install/)
- python-version: '3.11'
Expand Down

0 comments on commit 1233d4a

Please sign in to comment.