Skip to content

Commit 05879a1

Browse files
committed
Update postgres and mariadb versions
1 parent 535ea45 commit 05879a1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
matrix:
1212
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1313
django-version: ['4.2', '5.0', '5.1', 'main']
14-
postgres-version: ['12', '16']
15-
mariadb-version: ['10.6', '10.11', '11.2']
14+
postgres-version: ['13', '17']
15+
mariadb-version: ['10.6', '10.11', '11.4']
1616
exclude:
1717
# Django 5.0 doesn't support python <=3.9 (https://docs.djangoproject.com/en/5.0/faq/install/)
1818
- python-version: '3.8'
@@ -26,12 +26,6 @@ jobs:
2626
- python-version: '3.9'
2727
django-version: '5.1'
2828

29-
# Django 5.1 doesn't support PostgreSQL 12 (https://docs.djangoproject.com/en/5.1/releases/5.1/#dropped-support-for-postgresql-12)
30-
- django-version: '5.1'
31-
postgres-version: '12'
32-
- django-version: 'main'
33-
postgres-version: '12'
34-
3529
# Django main doesn't support python <=3.9 (https://docs.djangoproject.com/en/5.1/faq/install/)
3630
- python-version: '3.8'
3731
django-version: 'main'

0 commit comments

Comments
 (0)