From 1980f37f3a2b1e592babd163921bc77feb3f0032 Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Fri, 3 May 2024 19:38:32 +0200 Subject: [PATCH] [CI] since the migration to new infra with Docker, we are running this version in staging/pro --- .github/workflows/ci.yml | 2 +- config/database.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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