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:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
pyver: [3.6, 3.7, 3.8, 3.9, pypy3]
|
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
|
fail-fast: false
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in a new issue