Skip to content

Commit

Permalink
[CI] update postgresql version to match staging/pro (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
markets authored May 3, 2024
1 parent fb93484 commit 4b28f3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:9.4
image: postgres:14.5
ports: ["5432:5432"]
env:
POSTGRES_USER: postgres
Expand Down
2 changes: 0 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ development:
test:
<<: *defaults
database: timeoverflow_test
host: localhost
password: <%= ENV['DATABASE_PASSWORD'] || ENV["POSTGRES_PASSWORD"] %>

production:
<<: *defaults
Expand Down

0 comments on commit 4b28f3f

Please sign in to comment.