From 3b89a9462bfa33c17e6ec3116bb2c8c687589b50 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 20 Aug 2024 22:22:47 +0200 Subject: [PATCH] Specify circleci postgres version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db8946f3..84e6d978 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: - image: cimg/ruby:3.2.3 environment: RAILS_ENV: test - - image: circleci/postgres:14.2 + - image: circleci/postgres:14.0 environment: POSTGRES_USER: postgres POSTGRES_DB: test_database