Skip to content

Commit 6e6863a

Browse files
committed
GitHub Actions: Use a 4.0.x snapshot for mixed-version testing
This is to make sure the old node uses the latest khepri_mnesia_migration patch release.
1 parent 6cafd6d commit 6e6863a

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.5'
60+
repo: 'rabbitmq/server-packages'
61+
version: 'tags/alphas.1744021065493'
6162
regex: true
6263
file: "rabbitmq-server-generic-unix-\\d.+\\.tar\\.xz"
6364
target: ./

0 commit comments

Comments
 (0)