From 17d3cd3eabb7800929cbde57db7bdc17b493f0a3 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Tue, 20 Aug 2024 22:24:17 +0200 Subject: [PATCH] Change the Postgres version to 13.3 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84e6d978..f726ee7c 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.0 + - image: circleci/postgres:13.3 environment: POSTGRES_USER: postgres POSTGRES_DB: test_database