Use 3.11.4 for mixed version testing

This commit is contained in:
Rin Kuryloski 2022-12-09 11:18:19 +01:00
parent 7bbf1a2cb6
commit 136d1cd7a3
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@ def secondary_umbrella():
name = "rabbitmq-server-generic-unix-3.11",
build_file = "@//:BUILD.package_generic_unix",
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE],
strip_prefix = "rabbitmq_server-3.11.2",
strip_prefix = "rabbitmq_server-3.11.4",
# This file if produced by the .github/workflows/secondary-umbrella.yaml
# GitHub Actions workflow.
urls = [
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.2.tar.xz",
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.4.tar.xz",
],
)