Skip to content

Commit

Permalink
chore: by default BCR should include Bazel 8 testing (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Dec 13, 2024
1 parent 685db00 commit f8669c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bcr_test_module:
module_path: "e2e/smoke"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
bazel: ["7.x", "6.x"]
bazel: ["8.x", "7.x", "6.x"]
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit f8669c9

Please sign in to comment.