Skip to content

Commit 25c8af9

Browse files
authored
fix: add bazel versions tested to presubmit (#202)
See: bazelbuild/bazel-central-registry#1332
1 parent 5cb4053 commit 25c8af9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bcr/presubmit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
matrix:
22
platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]
3+
bazel: ['7.x', '6.x']
34
tasks:
45
verify_build_targets:
56
name: "Verify build targets"
7+
bazel: ${{ bazel }}
68
platform: ${{ platform }}
79
build_targets:
810
- "@rules_proto//proto/..."

0 commit comments

Comments
 (0)