From 687fead61f421c3dffc43cdc52dc35a24f39a127 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 27 Sep 2024 11:06:19 -0700 Subject: [PATCH] Stop testing on Bazel 6 (#99) There were errors on Bazel Central Registry because the credential helpers workaround requires setup. Bazel 7 has correct support for Range headers, and is the LTS version. Signed-off-by: Alex Eagle --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index d095a1d..e841be8 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: - bazel: ["6.x", "7.x"] + bazel: ["7.x"] platform: ["debian10", "macos", "ubuntu2004"] tasks: run_tests: