From 32820d8b6a3e276cbc775512658ff2736344d3d5 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Tue, 1 Oct 2024 20:01:58 -0700 Subject: [PATCH] chore(BCR): drop Bazel 6 testing (#397) it's red for the last couple releases, and Bazel 8 RC will come out next week so we should switch to testing that. --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 513be0c8..5ac74121 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/use_release" matrix: - bazel: ["7.x", "6.x"] + bazel: ["7.x"] # TODO(#9): add windows to this list platform: ["debian10", "macos", "ubuntu2004"] tasks: