Skip to content

Commit

Permalink
Merge pull request #2500 from internetee/renovate/postgres-15.x
Browse files Browse the repository at this point in the history
Update postgres Docker tag to v15
  • Loading branch information
OlegPhenomenon authored Dec 7, 2022
2 parents 8e4399c + 7e6cd5c commit 04dd4cd
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:14
image: postgres:15
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit 04dd4cd

Please sign in to comment.