diff --git a/.circleci/config.yml b/.circleci/config.yml index 43fa969700..ad32205a60 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ redis: &redis image: cimg/redis:7.2.4 postgres: &postgres - - image: cimg/postgres:12.8 + - image: cimg/postgres:16.2 environment: POSTGRES_USER: debug POSTGRES_PASSWORD: debug @@ -67,7 +67,6 @@ setup_db: &setup_db name: Database Setup command: | . venv/bin/activate - make database make ARGUMENTS=migrate manage make ARGUMENTS=bootstrap_great manage