diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 34333e34..16dd5a62 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,10 +1,12 @@ bcr_test_module: module_path: "e2e/smoke" matrix: + bazel: ["7.x", "6.x"] platform: ["debian10", "macos", "ubuntu2004", "windows"] tasks: run_tests: name: "Run test module" + bazel: ${{ bazel }} platform: ${{ platform }} test_targets: - "//..."