Skip to content

Commit c664756

Browse files
committed
fix postgres exclusions in version matrix
1 parent cd1317b commit c664756

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ jobs:
6666
- django-version: '3.2'
6767
postgres-version: 'latest'
6868

69+
- postgres-version: '9.6'
70+
django-version: '5.0'
71+
72+
- postgres-version: '12'
73+
django-version: '5.1'
74+
75+
- postgres-version: '9.6'
76+
django-version: '5.1'
77+
6978
- python-version: '3.8'
7079
django-version: '5.1'
7180
- python-version: '3.9'

0 commit comments

Comments
 (0)