From c185a73c070ec23047c61ffd77eb2554a0dd51c6 Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Thu, 25 May 2023 16:22:07 -0400 Subject: [PATCH] Give CI and Lando correct version of redis --- .circleci/config.yml | 1 + .lando.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 656d3d00b..aaa71d80c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,7 @@ executors: POSTGRES_DB: orangelight_test - image: pulibrary/ci-solr:8.4-v1.0.0 command: server/scripts/ci-start.sh + - image: cimg/redis:6.0.16 resource_class: large working_directory: ~/orangelight basic-executor: diff --git a/.lando.yml b/.lando.yml index 741d5bf76..19d8f645e 100644 --- a/.lando.yml +++ b/.lando.yml @@ -22,7 +22,7 @@ services: type: postgres:13 portforward: true orangelight_redis: - type: redis:4.0.9 + type: redis:6.0.16 portforward: true proxy: orangelight_test_solr: