Skip to content

Commit

Permalink
Pass redis version tags as strings instead
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Oct 1, 2024
1 parent e2ca4f7 commit 80a1117
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- ubuntu-latest
- macos-latest
redis-version:
- [6-0, 6.0]
- [6-2, 6.2]
- [7-0, 7.0]
- [7-2, 7.2]
- [6-0, "6.0"]
- [6-2, "6.2"]
- [7-0, "7.0"]
- [7-2, "7.2"]
toolchain:
- 1.78.0
- stable
Expand Down

0 comments on commit 80a1117

Please sign in to comment.