diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e88238daed..6f66ab7377 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: false matrix: - node-version: [12.x, 14.x, 15.x] - redis-version: [4.x, 5.x, 6.x] + node-version: [16.x] + redis-version: [6.x] steps: - uses: actions/checkout@v2.3.4