diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78f31d17..6ac73f21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/config/database.yml b/config/database.yml index 55bda3ad..157dc24d 100644 --- a/config/database.yml +++ b/config/database.yml @@ -15,8 +15,6 @@ development: test: <<: *defaults database: timeoverflow_test - host: localhost - password: <%= ENV['DATABASE_PASSWORD'] || ENV["POSTGRES_PASSWORD"] %> production: <<: *defaults