From c7d7b44dbd58d13e4bca56cd7db42b08f2779f0b Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Wed, 24 Sep 2025 13:44:04 -0700 Subject: [PATCH] ci: test Bazel 8 and 9 on BCR --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 3a43aa4775..b6f7777c06 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: - bazel: ["7.x"] + bazel: ["7.x", "8.x", "rolling"] platform: ["debian10", "macos", "ubuntu2004", "windows"] tasks: run_tests: