Skip to content

Commit

Permalink
update bcr presubmit to 7 and 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rickeylev committed Nov 13, 2024
1 parent 7b95ea6 commit e123628
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 @@ -16,7 +16,8 @@ bcr_test_module:
module_path: "examples/bzlmod"
matrix:
platform: ["debian11", "macos", "ubuntu2004", "windows"]
bazel: [6.x, 7.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 e123628

Please sign in to comment.