Skip to content

Commit

Permalink
Update for RabbitMQ 3.13
Browse files Browse the repository at this point in the history
Fixes #263

Address @pjk25 review comment

Remove OTP 25 since RMQ 3.13 does NOT support it.

Apply fix proposed by @dumbbell

update mk files

Remove 3.11
  • Loading branch information
lukebakken committed Mar 12, 2024
1 parent d0bfc45 commit 8ff0a0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
release:
uses: rabbitmq/rabbitmq-lvc-exchange/.github/workflows/plugin-release.yml@main
with:
bazel_otp_name: 25
bazel_otp_name: "26_2"
plugin_name: rabbitmq_delayed_message_exchange
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ bazel_dep(

archive_override(
module_name = "rabbitmq-server",
strip_prefix = "rabbitmq-server-main",
strip_prefix = "rabbitmq-server-3.13.x",
urls = [
"https://github.com/rabbitmq/rabbitmq-server/archive/refs/heads/main.zip",
"https://github.com/rabbitmq/rabbitmq-server/archive/refs/heads/v3.13.x.zip",
],
)

Expand Down

0 comments on commit 8ff0a0e

Please sign in to comment.