Skip to content

Commit

Permalink
Drop Bazel 6 from bcr testing as it's not tested in normal CI
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 9, 2024
1 parent cd7eba9 commit d2667ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bcr_test_module:
module_path: ""
matrix:
platform: ["macos_arm64", "ubuntu2004"]
bazel: ["6.x", "7.x"]
bazel: ["7.x"]
tasks:
run_tests:
working_directory: examples/bzlmod/hello_world
Expand All @@ -21,7 +21,7 @@ bcr_test_module:
bcr_test_module_windows:
module_path: ""
matrix:
bazel: ["6.x", "7.x"]
bazel: ["7.x"]
tasks:
run_tests:
working_directory: examples/bzlmod/hello_world
Expand Down

0 comments on commit d2667ab

Please sign in to comment.