Skip to content

Commit

Permalink
Merge pull request #126 from internetee/renovate/postgres-17.x
Browse files Browse the repository at this point in the history
chore(deps): update postgres docker tag to v17
  • Loading branch information
OlegPhenomenon authored Dec 31, 2024
2 parents 2dd8440 + e8e62d0 commit f213b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
test:
services:
postgres:
image: postgres:16
image: postgres:17
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit f213b27

Please sign in to comment.