From 9e3f659969920460472ab2438e057eb595bdb8fc Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Fri, 26 Jan 2024 18:43:18 +0100 Subject: [PATCH] Set default Bazel versions to be tested (#105) --- .bcr/presubmit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 34333e3..e63a572 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,9 +2,11 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian10", "macos", "ubuntu2004", "windows"] + bazel: ["7.x", "6.x"] tasks: run_tests: name: "Run test module" platform: ${{ platform }} + bazel: ${{ bazel }} test_targets: - "//..."