From b609fa168b84944521d4806eff55c127c86a3cce Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Mon, 12 Feb 2024 11:25:54 +0100 Subject: [PATCH] Add Bazel version matrix to BCR `presubmit.yml` Newly required by BCR policies. --- .bcr/presubmit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 0859ffe767..078639a191 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -5,10 +5,12 @@ matrix: - macos - macos_arm64 - windows + bazel: [6.x, 7.x] tasks: verify_targets: name: Verify build targets platform: ${{ platform }} + bazel: ${{ bazel }} build_targets: - '@rules_go//go/tools/bzltestutil/...' bcr_test_module: @@ -20,10 +22,12 @@ bcr_test_module: - macos - macos_arm64 - windows + bazel: [6.x, 7.x] tasks: run_test_module: name: Run test module platform: ${{ platform }} + bazel: ${{ bazel }} build_targets: - //... - '@go_default_sdk//...'