Remove redismod:latest from testing matrix for now
This commit is contained in:
parent
7155b9af35
commit
15b7d360eb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -78,7 +78,7 @@ jobs:
|
|||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
pyver: [3.6, 3.7, 3.8, 3.9, pypy3]
|
||||
redismod: ["edge", "preview", "latest"]
|
||||
redismod: ["edge", "preview"]
|
||||
fail-fast: false
|
||||
services:
|
||||
redis:
|
||||
|
|
Loading…
Reference in a new issue