Skip to content

Commit 10205cf

Browse files
authored
Update postgres and mariadb versions (jazzband#750)
1 parent ba12aad commit 10205cf

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.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.9'
@@ -22,12 +22,6 @@ jobs:
2222
- python-version: '3.9'
2323
django-version: '5.1'
2424

25-
# Django 5.1 doesn't support PostgreSQL 12 (https://docs.djangoproject.com/en/5.1/releases/5.1/#dropped-support-for-postgresql-12)
26-
- django-version: '5.1'
27-
postgres-version: '12'
28-
- django-version: 'main'
29-
postgres-version: '12'
30-
3125
# Django main doesn't support python <=3.9 (https://docs.djangoproject.com/en/5.1/faq/install/)
3226
- python-version: '3.9'
3327
django-version: 'main'

0 commit comments

Comments
 (0)