Skip to content

Commit 1ecee6c

Browse files
authored
[Bcr] Add Bazel versions to BCR presubmit (bazelbuild#1121)
1 parent 58fde1a commit 1ecee6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.bcr/presubmit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
matrix:
2-
platform: [ "macos", "ubuntu2004" ]
3-
2+
platform: ["macos", "ubuntu2004"]
3+
bazel: ["6.x", "7.x", "rolling"]
44
tasks:
55
verify_targets:
66
name: "Verify build targets"
77
platform: ${{ platform }}
8+
bazel: ${{ bazel }}
89
build_flags:
910
- "--enable_bzlmod=true"
1011
build_targets:

0 commit comments

Comments
 (0)