Skip to content

Commit

Permalink
Merge pull request #266 from genu/renovate/postgres-17.x
Browse files Browse the repository at this point in the history
  • Loading branch information
genu authored Oct 1, 2024
2 parents 44e665a + 7e5e0d1 commit 62c050a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:16
image: postgres:17
env:
POSTGRES_USER: test
POSTGRES_PASSWORD: test
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
db:
image: postgres:16
image: postgres:17
restart: always
container_name: integration-tests-prisma
ports:
Expand Down

0 comments on commit 62c050a

Please sign in to comment.