From 1c14957144d04ad59d2dd53ddbded5a6407ac6b4 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Wed, 6 Jan 2021 22:08:22 +0100 Subject: [PATCH] :construction_worker: test now work but i want to see if all test pass with older version of postgres --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d8d788..c9fae77 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,7 @@ jobs: CONDUIT_SECRET: 'something-really-secret' FLASK_DEBUG: 1 DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb - - image: circleci/postgres:9.6.2-alpine + - image: circleci/postgres:9.5.19-alpine environment: POSTGRES_USER: myUsr POSTGRES_DB: psdb