Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15 (#8008)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2022
1 parent c2b5704 commit 80157e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_USER: testuser
POSTGRES_PASSWORD: testpass
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14
image: postgres:15
env:
POSTGRES_USER: testuser
POSTGRES_PASSWORD: testpass
Expand Down

1 comment on commit 80157e5

@vercel
Copy link

@vercel vercel bot commented on 80157e5 Oct 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.