Skip to content

Commit

Permalink
Test with 8.0-M03-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
ggivo committed Jan 22, 2025
1 parent 5f64ed2 commit dc51712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
# Map requested version to github or tag
case "${{ matrix.redis_version }}" in
"unstable") redis_branch="unstable" stack_version="8.0-M02" ;;
"unstable") redis_branch="unstable" stack_version="8.0-M03-pre" ;;
"8.0") redis_branch="8.0" stack_version="8.0-M02" ;;
"7.4") redis_branch="7.4" stack_version="rs-7.4.0-v1" ;;
"7.2") redis_branch="7.2" stack_version="rs-7.2.0-v13" ;;
Expand Down

0 comments on commit dc51712

Please sign in to comment.