Skip to content

Commit 4eafc2d

Browse files
committed
GitHub Actions: Test mixed-version clusters against RabbitMQ 4.0.4
instead of 4.0.3. [Why] We need a bugfix in the Khepri reset code backported in #12739 and publihed in RabbitMQ 4.0.4.
1 parent 4d1ff5a commit 4eafc2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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.4'
6161
regex: true
6262
file: "rabbitmq-server-generic-unix-\\d.+\\.tar\\.xz"
6363
target: ./

0 commit comments

Comments
 (0)