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: