Skip to content

Commit

Permalink
Merge pull request #160 from internetee/renovate/postgres-17.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v17
  • Loading branch information
OlegPhenomenon authored Jan 15, 2025
2 parents 62ef30f + 55fc263 commit 5b7aa8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
services:
postgres:
image: postgres:15
image: postgres:17
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit 5b7aa8b

Please sign in to comment.