Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Remove Redis 6 from CI pipeline until we have proper support (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Nov 30, 2020
1 parent 3852611 commit e173189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PYTHON ?= python3
PYTEST ?= pytest
MYPY ?= mypy

REDIS_TAGS ?= 2.6.17 2.8.22 3.0.7 3.2.13 4.0.14 5.0.9 6.0.9
REDIS_TAGS ?= 2.6.17 2.8.22 3.0.7 3.2.13 4.0.14 5.0.9

ARCHIVE_URL = https://github.com/antirez/redis/archive
INSTALL_DIR ?= build
Expand Down

0 comments on commit e173189

Please sign in to comment.