Skip to content

Commit

Permalink
Merge pull request #2617 from internetee/renovate/postgres-16.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v16
  • Loading branch information
OlegPhenomenon authored Oct 30, 2023
2 parents ff9b2ed + bef2d88 commit 0786547
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 @@ -6,7 +6,7 @@ jobs:
test:
services:
postgres:
image: postgres:15
image: postgres:16
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit 0786547

Please sign in to comment.