diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index db0a441..d64b5f9 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -3,9 +3,11 @@ bcr_test_module: module_path: "examples/check_glob" matrix: platform: ["debian10", "macos", "ubuntu2004"] + bazel: [6.x, 7.x] tasks: run_tests: name: "Run test module" platform: ${{ platform }} + bazel: ${{ bazel }} test_targets: - "//..."