Skip to content

Commit 7aa5975

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 464f00f commit 7aa5975

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
uses: dsaltares/fetch-gh-release-asset@master
5858
if: inputs.mixed_clusters
5959
with:
60-
version: 'tags/v4.0.3'
60+
repo: 'rabbitmq/server-packages'
61+
version: 'tags/alphas.1732832828710'
6162
regex: true
6263
file: "rabbitmq-server-generic-unix-\\d.+\\.tar\\.xz"
6364
target: ./

0 commit comments

Comments
 (0)