Skip to content

Commit dd3aca9

Browse files
committed
BCR: Specify Bazel versions for testing
1 parent aa560a7 commit dd3aca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bcr/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ bcr_test_module:
66
module_path: "e2e/bzlmod"
77
matrix:
88
platform: [ "macos", "ubuntu2004", "windows" ]
9+
bazel: [ 5.4.0, 6.x, 7.x ]
910
tasks:
1011
run_tests:
1112
name: "Run unit tests"
1213
platform: ${{ platform }}
14+
bazel: ${{ bazel }}
1315
test_targets:
1416
- "//src/..."

0 commit comments

Comments
 (0)