Skip to content

Commit

Permalink
fix: use last_rc
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed Dec 4, 2024
1 parent e5f7dc0 commit c2893c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c2893c1

Please sign in to comment.