Skip to content

Commit

Permalink
Stop testing on Bazel 6 (#99)
Browse files Browse the repository at this point in the history
There were errors on Bazel Central Registry because the credential
helpers workaround requires setup. Bazel 7 has correct support for Range
headers, and is the LTS version.

Signed-off-by: Alex Eagle <alex@aspect.dev>
  • Loading branch information
alexeagle authored Sep 27, 2024
1 parent cda290d commit 687fead
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/smoke"
matrix:
bazel: ["6.x", "7.x"]
bazel: ["7.x"]
platform: ["debian10", "macos", "ubuntu2004"]
tasks:
run_tests:
Expand Down

0 comments on commit 687fead

Please sign in to comment.