Skip to content

Commit

Permalink
Start testing with Postgres 15
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 2, 2023
1 parent 1ef0373 commit 4ec3800
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: [11-bullseye, 12, 13, 14]
postgres-version: [11-bullseye, 12, 13, 14, 15]

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

0 comments on commit 4ec3800

Please sign in to comment.