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

Add 7.2 to tests matrix

This commit is contained in:
Leibale Eidelman
2023-09-18 17:51:40 -04:00
committed by GitHub
parent 4e610c2f8a
commit 8c8740a4ba

View File

@@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
node-version: ['18', '20']
redis-version: ['5', '6.0', '6.2', '7.0']
redis-version: ['5', '6.0', '6.2', '7.0', '7.2']
steps:
- uses: actions/checkout@v2.3.4
with: