diff --git a/.bcr/gazelle/presubmit.yml b/.bcr/gazelle/presubmit.yml index 037055d66..659beab52 100644 --- a/.bcr/gazelle/presubmit.yml +++ b/.bcr/gazelle/presubmit.yml @@ -16,10 +16,12 @@ bcr_test_module: module_path: "../examples/bzlmod_build_file_generation" matrix: platform: ["debian11", "macos", "ubuntu2004", "windows"] + bazel: [6.x, 7.x] tasks: run_tests: name: "Run test module" platform: ${{ platform }} + bazel: ${{ bazel }} build_targets: - "//..." - ":modules_map"