Skip to content

Commit

Permalink
fix: the BCR presubmit Bazel version must match the version specified…
Browse files Browse the repository at this point in the history
… for rules_bazel_integration_test (#894)

Related to
bazelbuild/bazel-central-registry#1416.
  • Loading branch information
cgrindel authored Feb 1, 2024
1 parent 0eb1db2 commit a998a3d
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 @@ -3,8 +3,8 @@ bcr_test_module:
matrix:
platform: ["macos"]
bazel:
- 6.x
- 7.x
# This needs to exactly match the value used in .bazelversion at the root.
- 7.0.0
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit a998a3d

Please sign in to comment.