Skip to content

Commit

Permalink
Give CI and Lando correct version of redis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel committed May 25, 2023
1 parent 3a48706 commit c185a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c185a73

Please sign in to comment.