Skip to content

Commit a998a3d

Browse files
authored
fix: the BCR presubmit Bazel version must match the version specified for rules_bazel_integration_test (#894)
Related to bazelbuild/bazel-central-registry#1416.
1 parent 0eb1db2 commit a998a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bcr/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ bcr_test_module:
33
matrix:
44
platform: ["macos"]
55
bazel:
6-
- 6.x
7-
- 7.x
6+
# This needs to exactly match the value used in .bazelversion at the root.
7+
- 7.0.0
88
tasks:
99
run_tests:
1010
name: "Run test module"

0 commit comments

Comments
 (0)