From d7dd9d361e4b3d0f40c2fd93eba78c18395717c4 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Fri, 22 Oct 2021 12:20:44 -0700 Subject: [PATCH] Remove edge image from testing matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e86f3e..ce69bbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: