1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00

tests.yml

This commit is contained in:
Leibale
2023-04-27 17:46:46 -04:00
parent 53ac48f298
commit 69767d40f8

View File

@@ -16,8 +16,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: ['14', '16', '18', '19'] node-version: ['16', '18', '19', '20']
redis-version: ['5', '6.0', '6.2', '7.0'] redis-version: ['5', '6.0', '6.2', '7.0', '7.2-rc']
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: