From 9375e1a2ffd2755009befb5fd8d9baa2f56260b9 Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:33:11 +0900 Subject: [PATCH] chore: switch bcr to 8.x instead of last_rc Work towards #3392 --- .bcr/gazelle/presubmit.yml | 3 +-- .bcr/presubmit.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.bcr/gazelle/presubmit.yml b/.bcr/gazelle/presubmit.yml index e4db2a8a93..3300f67f29 100644 --- a/.bcr/gazelle/presubmit.yml +++ b/.bcr/gazelle/presubmit.yml @@ -16,8 +16,7 @@ bcr_test_module: module_path: "examples/bzlmod_build_file_generation" matrix: platform: ["debian11", "macos", "ubuntu2004", "windows"] - # last_rc is to get latest 8.x release. Replace with 8.x when available. - bazel: [7.x, last_rc] + bazel: [7.x, 8.x] tasks: run_tests: name: "Run test module" diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index e1ddb7a1aa..b016dc9d6f 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -16,8 +16,7 @@ bcr_test_module: module_path: "examples/bzlmod" matrix: platform: ["debian11", "macos", "ubuntu2004", "windows"] - # last_rc is to get latest 8.x release. Replace with 8.x when available. - bazel: [7.x, last_rc] + bazel: [7.x, 8.x] tasks: run_tests: name: "Run test module"