From 8cef5dc595a15dc110d4f2188550d8e38d6216bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Wed, 23 Apr 2025 10:45:50 +0200 Subject: [PATCH] GitHub Actions: Use RabbitMQ 4.0.9 for mixed-version testing [Why] We used a 4.0.x snapshot so far because we needed RabbitMQ 4.0.x to use khepri_mnesia_migration 0.7.2. RabbitMQ 4.0.9 was released with this update of khepri_mnesia_migration, thus we don't need the snapshot anymore. (cherry picked from commit ac90d13af6f349abebd497194df56b4a613f98e9) --- .github/workflows/test-make-target.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-make-target.yaml b/.github/workflows/test-make-target.yaml index 690904c211..15843138c9 100644 --- a/.github/workflows/test-make-target.yaml +++ b/.github/workflows/test-make-target.yaml @@ -57,7 +57,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@master if: inputs.mixed_clusters with: - version: 'tags/v4.0.5' + version: 'tags/v4.0.9' regex: true file: "rabbitmq-server-generic-unix-\\d.+\\.tar\\.xz" target: ./