Skip to content

Commit

Permalink
chore(BCR): drop Bazel 6 testing
Browse files Browse the repository at this point in the history
it's red for the last couple releases, and Bazel 8 RC will come out next week so we should switch to testing that.
  • Loading branch information
alexeagle authored Oct 2, 2024
1 parent 5f9aba7 commit 2123580
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
@@ -1,7 +1,7 @@
bcr_test_module:
module_path: "e2e/use_release"
matrix:
bazel: ["7.x", "6.x"]
bazel: ["7.x"]
# TODO(#9): add windows to this list
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
Expand Down

0 comments on commit 2123580

Please sign in to comment.