chore: switch bcr to 8.x instead of last_rc (#3395) It seems that we forgot to complete this TODO item. Work towards #3392 (cherry picked from commit bc196f57aa495843053cd059890b76a77e796b63)
diff --git a/.bcr/gazelle/presubmit.yml b/.bcr/gazelle/presubmit.yml index ff1c9e7..b24fa8b 100644 --- a/.bcr/gazelle/presubmit.yml +++ b/.bcr/gazelle/presubmit.yml
@@ -16,8 +16,7 @@ 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 e1ddb7a..b016dc9 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml
@@ -16,8 +16,7 @@ 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"