From d2debb2fefc8c336b63aff577fcf38d698ffb93d Mon Sep 17 00:00:00 2001 From: thesayyn Date: Fri, 2 Feb 2024 11:48:54 -0800 Subject: [PATCH] fix: add bazel versions tested to presubmit --- .bcr/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 0fb7791..f7bceee 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,8 +1,10 @@ matrix: platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"] + bazel: ['7.x', '6.x'] tasks: verify_build_targets: name: "Verify build targets" + bazel: ${{ bazel }} platform: ${{ platform }} build_targets: - "@rules_proto//proto/..."