From 74cac188bdaa67ed580a3911cf81f66cfae3e31a Mon Sep 17 00:00:00 2001 From: UebelAndre Date: Thu, 8 Feb 2024 07:04:24 -0800 Subject: [PATCH] Add Bazel version matrix to bzlmod builds --- .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"