From 4ea2312847ccbf94f1d81334a48358d729798fb5 Mon Sep 17 00:00:00 2001 From: Shaya Potter Date: Sun, 14 Jul 2024 14:15:49 +0300 Subject: [PATCH 1/2] add 7.4-rc2 to github action test suite --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 99181e08e5e..84d70d6b4c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: node-version: ['18', '20'] - redis-version: ['5', '6.0', '6.2', '7.0', '7.2'] + redis-version: ['5', '6.0', '6.2', '7.0', '7.2', '7.4-rc2'] steps: - uses: actions/checkout@v4 with: From daf54ce7188b7b5c2c9118c862e4f2791c149900 Mon Sep 17 00:00:00 2001 From: Leibale Eidelman Date: Mon, 29 Jul 2024 09:23:43 -0400 Subject: [PATCH 2/2] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 84d70d6b4c0..852691b3c82 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: node-version: ['18', '20'] - redis-version: ['5', '6.0', '6.2', '7.0', '7.2', '7.4-rc2'] + redis-version: ['5', '6.0', '6.2', '7.0', '7.2', '7.4'] steps: - uses: actions/checkout@v4 with: