Skip to content

Commit 1aa7cee

Browse files
committed
GitHub Actions: Run mixed-version testing against 4.0.3 explicitly
... not any release. [Why] Once we release RabbitMQ 4.1.0, it means that the `v4.1.x` branch would be tested against 4.1.x, i.e. itself. Note that we will have to update this pinned version from time to time if needed.
1 parent a021594 commit 1aa7cee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ jobs:
5757
uses: dsaltares/fetch-gh-release-asset@master
5858
if: inputs.mixed_clusters
5959
with:
60+
version: 'tags/v4.0.3'
6061
regex: true
61-
file: "rabbitmq-server-generic-unix-[\\d.]*\\.tar.xz"
62+
file: "rabbitmq-server-generic-unix-[\\d.]*\\.tar\\.xz"
6263
target: ./
6364

6465
- name: MIXED CLUSTERS - SETUP SECONDARY_DIST

0 commit comments

Comments
 (0)