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 21, 2024
1 parent 310fc8c commit dba5c12
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', '13', '14', '15', '16']
mariadb-version: ['10.4']
mariadb-version: ['10.6', '10.11', '11.0', '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 dba5c12

Please sign in to comment.