Skip to content

Commit d7dd9d3

Browse files
author
Andrew Brookins
committed
Remove edge image from testing matrix
1 parent 5a655fc commit d7dd9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
matrix:
7373
os: [ubuntu-latest]
7474
pyver: [3.6, 3.7, 3.8, 3.9, pypy3]
75-
redismod: ["edge", "preview"]
75+
redismod: ["preview"] # Removed "edge" because it's broken currently
7676
fail-fast: false
7777
services:
7878
redis:

0 commit comments

Comments
 (0)