Skip to content

Commit 56b33de

Browse files
committed
do not test django 6 on postgres other than latest
1 parent 14a493a commit 56b33de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
- python-version: '3.14'
9494
psycopg-version: 'psycopg2'
9595

96+
- postgres-version: '9.6'
97+
django-version: '6.0a1'
98+
- postgres-version: '12'
99+
django-version: '6.0a1'
96100
- python-version: '3.9'
97101
django-version: '6.0a1'
98102
- python-version: '3.10'

0 commit comments

Comments
 (0)