You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
tests.yml
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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:
|
||||
|
Reference in New Issue
Block a user