diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 52869b1..902c89c 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,8 +1,12 @@ matrix: platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"] + bazel: + - 6.x + - 7.x tasks: verify_targets: name: "Verify build targets" platform: ${{ platform }} + bazel: ${{ bazel }} build_targets: - "@rules_cc//cc/..."