Skip to content

Commit

Permalink
GitHub Actions: Test mixed-version clusters against RabbitMQ 4.0.5
Browse files Browse the repository at this point in the history
... instead of 4.0.3.

[Why]
We need the following bugfixes:
* one in the Khepri reset code backported in #12739 and published in
  RabbitMQ 4.0.4.
* one in the quorum queue code backported in #12850 and published in
  RabbitMQ 4.0.5.
  • Loading branch information
dumbbell committed Dec 17, 2024
1 parent debe2a1 commit 7a9eef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-make-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
if: inputs.mixed_clusters
with:
version: 'tags/v4.0.3'
version: 'tags/v4.0.5'
regex: true
file: "rabbitmq-server-generic-unix-\\d.+\\.tar\\.xz"
target: ./
Expand Down

0 comments on commit 7a9eef1

Please sign in to comment.