Skip to content

Commit 3758ad7

Browse files
committed
Remove testing new versions of Django with old versions of postgres
1 parent 0399d98 commit 3758ad7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
- python-version: '3.9'
3333
django-version: '5.1'
3434

35+
# Django 5.1 doesn't support PostgreSQL 12 (https://docs.djangoproject.com/en/5.1/releases/5.1/#dropped-support-for-postgresql-12)
36+
- django-version: '5.1'
37+
postgres-version: '12'
38+
- django-version: 'main'
39+
postgres-version: '12'
40+
3541
# Django main doesn't support python <=3.9 (https://docs.djangoproject.com/en/5.1/faq/install/)
3642
- python-version: '3.8'
3743
django-version: 'main'

0 commit comments

Comments
 (0)