From 71499e559b36179f78a88c1769dfc202a1f2ca71 Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Mon, 18 Sep 2023 09:01:25 -0400 Subject: [PATCH] Use postgres 15 in CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c03ab5..45c6031 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ executors: AllSEARCH_USER: postgres SOLR_URL: http://solr:SolrRocks@localhost:8983/solr/allsearch-test COVERALLS_PARALLEL: true - - image: cimg/postgres:13.6 + - image: cimg/postgres:15.4 environment: POSTGRES_USER: allsearch POSTGRES_PASSWORD: allsearch