diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 2883e04..da9b8e7 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,7 +2,8 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian10", "macos", "ubuntu2004"] - bazel: ["7.x", "8.x"] + # last_rc is to get latest 8.x release. Replace with 8.x when available. + bazel: [7.x, last_rc] tasks: run_tests: name: "Run test module"