From 7ce81c1e28c0eedffda2b61fa14ce223016054f8 Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Fri, 9 Feb 2024 06:52:29 -0800 Subject: [PATCH] Add Bazel version matrix to bzlmod builds (#2469) Relates to https://github.com/bazelbuild/bazel-central-registry/pull/1387 --- .bcr/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 4d1810a4db..a7618d0798 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,11 +2,13 @@ bcr_test_module: module_path: "" matrix: platform: ["macos", "ubuntu2004"] + bazel: ["6.x", "7.x"] tasks: run_tests: working_directory: examples/bzlmod/hello_world name: "Run test module" platform: ${{ platform }} + bazel: ${{ bazel }} run_targets: - "//third-party:vendor" - "@rules_rust//tools/rust_analyzer:gen_rust_project"