Skip to content

Commit

Permalink
add 7.4-rc2 to github action test suite (#2793)
Browse files Browse the repository at this point in the history
* add 7.4-rc2 to github action test suite

* Update tests.yml

---------

Co-authored-by: Leibale Eidelman <[email protected]>
  • Loading branch information
sjpotter and leibale authored Jul 29, 2024
1 parent 54b3e17 commit dc3be85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
node-version: ['18', '20']
redis-version: ['5', '6.0', '6.2', '7.0', '7.2']
redis-version: ['5', '6.0', '6.2', '7.0', '7.2', '7.4']
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit dc3be85

Please sign in to comment.