Skip to content

Commit e1a43cd

Browse files
committed
Use Postgres 13 on CI
1 parent 3f2486c commit e1a43cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ executors:
77
type: string
88
docker:
99
- image: python:<< parameters.version >>-buster
10-
- image: postgres:12.0
10+
- image: postgres:13.0
1111
environment:
1212
POSTGRES_DB: 'psqlextra'
1313
POSTGRES_USER: 'psqlextra'

0 commit comments

Comments
 (0)