From f8669c92847450b54c8ac83f3101249ac4e96194 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 13 Dec 2024 08:21:50 -0800 Subject: [PATCH] chore: by default BCR should include Bazel 8 testing (#133) --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index e63a572..0a7e6b4 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian10", "macos", "ubuntu2004", "windows"] - bazel: ["7.x", "6.x"] + bazel: ["8.x", "7.x", "6.x"] tasks: run_tests: name: "Run test module"