Skip to content

Commit

Permalink
refactor: change ports to 5439
Browse files Browse the repository at this point in the history
  • Loading branch information
0jonjo committed Dec 9, 2023
1 parent e598b8f commit 85bea6a
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 @@ -16,7 +16,7 @@ jobs:
services:
postgres:
image: postgres:12
ports: ['5439:5432']
ports: ['5439:5439']
env:
POSTGRES_PASSWORD: password
options: >-
Expand Down

0 comments on commit 85bea6a

Please sign in to comment.