Skip to content

Commit e4060c3

Browse files
authored
Test against supported versions of postgres and mariadb (#835)
1 parent 2fd0c2b commit e4060c3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,9 @@ jobs:
1111
matrix:
1212
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1313
django-version: ['4.2', '5.1', '5.2', 'main']
14-
postgres-version: ['13', '17']
15-
mariadb-version: ['10.6', '10.11', '11.4']
14+
postgres-version: ['14', '18']
15+
mariadb-version: ['10.6', '10.11', '11.4', '11.8']
1616
exclude:
17-
# Django 5.2 doesn't support Postgres 13 (https://docs.djangoproject.com/en/5.2/releases/5.2/#dropped-support-for-postgresql-13)
18-
- django-version: '5.2'
19-
postgres-version: '13'
20-
- django-version: 'main'
21-
postgres-version: '13'
22-
2317
# Django 4.2 doesn't support Python >= 3.13
2418
- django-version: '4.2'
2519
python-version: '3.13'

0 commit comments

Comments
 (0)