Skip to content

Commit bb3dd18

Browse files
robalarmikicz
authored andcommitted
Bump CI postgres image to supported version
1 parent 4c0ac41 commit bb3dd18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ jobs:
77
DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable
88
DB_USER: root
99
DB_NAME: circle_test
10-
- image: circleci/postgres:9.6.2 # an example of how to specify a service container
10+
DB_PASSWORD: "password"
11+
- image: circleci/postgres:10 # an example of how to specify a service container
1112
environment:
1213
POSTGRES_USER: root
1314
POSTGRES_DB: circle_test
15+
POSTGRES_PASSWORD: "password"
1416
steps:
1517
- checkout
1618
- run: apt-get update && apt-get install -y libpq-dev

0 commit comments

Comments
 (0)