summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMichael Grunder <michael.grunder@gmail.com>2022-06-26 12:18:54 -0700
committerGitHub <noreply@github.com>2022-06-26 12:18:54 -0700
commit5d68ad2f48e908ff7fe2debe22f71182c2150547 (patch)
tree72ed376154e65ec4e8adec42ca18be52448acc13 /.github/workflows
parent95a0c1283a7277f684388edcbdf5b73d0d76104f (diff)
parentf4b6ed28989ba0f6c59c64d015a8b0c830b3f1ca (diff)
Merge pull request #1072 from michael-grunder/fix-redis7-unit-tests
Fix tests so they work for Redis 7.0
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a071628..7859ff4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -152,7 +152,8 @@ jobs:
- name: Install dependencies
run: |
- brew install openssl redis
+ brew install openssl redis@6.2
+ brew link redis@6.2 --force
- name: Build hiredis
run: USE_SSL=1 make