Skip to content

Commit

Permalink
Remove testing new versions of Django with old versions of postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Aug 17, 2024
1 parent 0399d98 commit 3758ad7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- python-version: '3.9'
django-version: '5.1'

# Django 5.1 doesn't support PostgreSQL 12 (https://docs.djangoproject.com/en/5.1/releases/5.1/#dropped-support-for-postgresql-12)
- django-version: '5.1'
postgres-version: '12'
- django-version: 'main'
postgres-version: '12'

# Django main doesn't support python <=3.9 (https://docs.djangoproject.com/en/5.1/faq/install/)
- python-version: '3.8'
django-version: 'main'
Expand Down

0 comments on commit 3758ad7

Please sign in to comment.