From 15b7d360eb3d735bfe660cf3e4d84ff6ace80146 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Wed, 20 Oct 2021 23:36:43 -0700 Subject: [PATCH] Remove redismod:latest from testing matrix for now --- .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 2de3183..f92a7fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: