Remove edge image from testing matrix
This commit is contained in:
parent
5a655fcc1f
commit
d7dd9d361e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
pyver: [3.6, 3.7, 3.8, 3.9, pypy3]
|
||||
redismod: ["edge", "preview"]
|
||||
redismod: ["preview"] # Removed "edge" because it's broken currently
|
||||
fail-fast: false
|
||||
services:
|
||||
redis:
|
||||
|
|
Loading…
Reference in a new issue