We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0399d98 commit 3758ad7Copy full SHA for 3758ad7
.github/workflows/test.yml
@@ -32,6 +32,12 @@ jobs:
32
- python-version: '3.9'
33
django-version: '5.1'
34
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
40
+
41
# Django main doesn't support python <=3.9 (https://docs.djangoproject.com/en/5.1/faq/install/)
42
- python-version: '3.8'
43
django-version: 'main'
0 commit comments