diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 252df6b3d4..6be334ebfe 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -16,9 +16,11 @@ bcr_test_module: module_path: "examples/bzlmod" matrix: platform: ["debian11", "macos", "ubuntu2004", "windows"] + bazel: [6.x, 7.x] tasks: run_tests: name: "Run test module" platform: ${{ platform }} + bazel: ${{ bazel }} test_targets: - "//..."