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"