Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2023
1 parent 497b805 commit 2fadea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
shard: [1, 2, 3, 4, 5]
services:
postgres:
image: postgres:15.4
image: postgres:16.0
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: test123
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
shard: [1, 2, 3, 4, 5]
services:
postgres:
image: postgres:15.4
image: postgres:16.0
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: test123
Expand Down

0 comments on commit 2fadea8

Please sign in to comment.