Skip to content

Commit

Permalink
Merge pull request #3037 from uktrade/GREATUK-724
Browse files Browse the repository at this point in the history
Bumped postgres in CircleCi to 16.2
  • Loading branch information
boxadesign authored May 2, 2024
2 parents d03dace + 2010a2b commit 0b5a0a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0b5a0a6

Please sign in to comment.