Skip to content

Commit

Permalink
Added Postgres 15 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Dec 22, 2022
1 parent 06c680b commit d28ac6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgres.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 4
matrix:
python-version: ["3.x"]
postgres-version: [10, 11, 12, 13, 14]
postgres-version: [10, 11, 12, 13, 14, 15]
services:
postgres:
image: postgres:${{ matrix.postgres-version }}
Expand Down

0 comments on commit d28ac6b

Please sign in to comment.