From 69767d40f82d0ee43b60f2424c54c26b85a7c34a Mon Sep 17 00:00:00 2001 From: Leibale Date: Thu, 27 Apr 2023 17:46:46 -0400 Subject: [PATCH] tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5b23cdfba8..93f0fdff96 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,8 +16,8 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['14', '16', '18', '19'] - redis-version: ['5', '6.0', '6.2', '7.0'] + node-version: ['16', '18', '19', '20'] + redis-version: ['5', '6.0', '6.2', '7.0', '7.2-rc'] steps: - uses: actions/checkout@v3 with: