Skip to content

Commit

Permalink
Use Postgres 13 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Photonios committed Apr 7, 2023
1 parent 9c6306a commit 6545d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ executors:
type: string
docker:
- image: python:<< parameters.version >>-buster
- image: postgres:12.0
- image: postgres:13.0
environment:
POSTGRES_DB: 'psqlextra'
POSTGRES_USER: 'psqlextra'
Expand Down

0 comments on commit 6545d5b

Please sign in to comment.