Skip to content

Commit 9e3f659

Browse files
authored
Set default Bazel versions to be tested (#105)
1 parent 07fefdb commit 9e3f659

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
@@ -2,9 +2,11 @@ bcr_test_module:
22
module_path: "e2e/smoke"
33
matrix:
44
platform: ["debian10", "macos", "ubuntu2004", "windows"]
5+
bazel: ["7.x", "6.x"]
56
tasks:
67
run_tests:
78
name: "Run test module"
89
platform: ${{ platform }}
10+
bazel: ${{ bazel }}
911
test_targets:
1012
- "//..."

0 commit comments

Comments
 (0)