Skip to content

Commit

Permalink
Update postgres and mariadb versions (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw authored Oct 26, 2024
1 parent ba12aad commit 10205cf
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
django-version: ['4.2', '5.0', '5.1', 'main']
postgres-version: ['12', '16']
mariadb-version: ['10.6', '10.11', '11.2']
postgres-version: ['13', '17']
mariadb-version: ['10.6', '10.11', '11.4']
exclude:
# Django 5.0 doesn't support python <=3.9 (https://docs.djangoproject.com/en/5.0/faq/install/)
- python-version: '3.9'
Expand All @@ -22,12 +22,6 @@ jobs:
- python-version: '3.9'
django-version: '5.1'

# Django 5.1 doesn't support PostgreSQL 12 (https://docs.djangoproject.com/en/5.1/releases/5.1/#dropped-support-for-postgresql-12)
- django-version: '5.1'
postgres-version: '12'
- django-version: 'main'
postgres-version: '12'

# Django main doesn't support python <=3.9 (https://docs.djangoproject.com/en/5.1/faq/install/)
- python-version: '3.9'
django-version: 'main'
Expand Down

0 comments on commit 10205cf

Please sign in to comment.