From 74ae0412f806f02118a17ab5a21b6515c2a74ed8 Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Thu, 15 Feb 2024 22:55:52 +0900 Subject: [PATCH] chore(bcr): add bazel versions to presubmit.yml --- .bcr/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) 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: - "//..."