1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

remove node16 from tests matrix

This commit is contained in:
Leibale
2023-09-12 16:00:50 -04:00
parent 7f5c309bc9
commit 0e8a0b9dd0

View File

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