Skip to content

Commit

Permalink
Revert "Removed pg 11 support"
Browse files Browse the repository at this point in the history
This reverts commit 5f25990.

The reported issue in django-tenants#829 is reproducible on Postgres 11 but not on
later versions
  • Loading branch information
atodorov committed Apr 19, 2023
1 parent fe746ac commit f5f7899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
# always use latest Python b/c the point here is to test PostgreSQL compatibility
python-version: ["3.11"]
postgres-version: [12, 13, 14]
postgres-version: [11-bullseye, 12, 13, 14]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f5f7899

Please sign in to comment.