Skip to content

Commit

Permalink
fix: use last_rc (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn authored Dec 5, 2024
1 parent e5f7dc0 commit 2d5d07f
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 2d5d07f

Please sign in to comment.