aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bcr/presubmit.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml
index 252df6b..6be334e 100644
--- a/.bcr/presubmit.yml
+++ b/.bcr/presubmit.yml
@@ -16,9 +16,11 @@ bcr_test_module:
module_path: "examples/bzlmod"
matrix:
platform: ["debian11", "macos", "ubuntu2004", "windows"]
+ bazel: [6.x, 7.x]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
+ bazel: ${{ bazel }}
test_targets:
- "//..."