Skip to content

Commit

Permalink
chore(deps): update circleci/postgres docker tag to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 23, 2022
1 parent 6920a55 commit db05639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
--health-timeout 5s
--health-retries 5
postgres:
image: circleci/postgres:9.6-alpine
image: circleci/postgres:12.1-alpine
env:
POSTGRES_USER: postgres
POSTGRES_DB: circle_database
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
--health-timeout 5s
--health-retries 5
postgres:
image: circleci/postgres:9.6-alpine
image: circleci/postgres:12.1-alpine
env:
POSTGRES_USER: postgres
POSTGRES_DB: circle_database
Expand Down

0 comments on commit db05639

Please sign in to comment.