Skip to content

Commit 7a9eef1

Browse files
committed
GitHub Actions: Test mixed-version clusters against RabbitMQ 4.0.5
... 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.
1 parent debe2a1 commit 7a9eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-make-target.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: dsaltares/fetch-gh-release-asset@master
5858
if: inputs.mixed_clusters
5959
with:
60-
version: 'tags/v4.0.3'
60+
version: 'tags/v4.0.5'
6161
regex: true
6262
file: "rabbitmq-server-generic-unix-\\d.+\\.tar\\.xz"
6363
target: ./

0 commit comments

Comments
 (0)