fix(test-utils): support object format for defaultDockerVersion with separate tag and version#3169
Merged
nkaradzhov merged 1 commit intoredis:masterfrom Jan 27, 2026
Merged
Conversation
ca1591a to
2b58490
Compare
…guments
- Rename dockerImageVersionArgument to dockerImageTagArgument for Docker tag
- Add optional dockerImageVersionArgument for explicit Redis version
- Update workflow to use matrix object format with tag and version properties
- Keep defaultDockerVersion with { tag, version } object format for local development
- Version resolution priority: CLI --redis-version > default version > parse from tag
- Bump test container version custom-21183968220-debian-amd64
2b58490 to
2fb8142
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Checklist
npm testpass with this change (including linting)?