Skip to content

Commit cb5971c

Browse files
committed
Upgrade postgres version in tests
1 parent db792fe commit cb5971c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ jobs:
33
build:
44
docker:
55
- image: mikicz/tox
6-
environment: # environment variables for primary container
6+
environment:
77
DATABASE_URL: postgresql://root@localhost/circle_test?sslmode=disable
88
DB_USER: root
99
DB_NAME: circle_test
1010
DB_PASSWORD: "password"
11-
- image: circleci/postgres:10 # an example of how to specify a service container
11+
- image: cimg/postgres:14.5
1212
environment:
1313
POSTGRES_USER: root
1414
POSTGRES_DB: circle_test

0 commit comments

Comments
 (0)