diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 5ac74121..fde53b75 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,7 +1,7 @@ bcr_test_module: module_path: "e2e/use_release" matrix: - bazel: ["7.x"] + bazel: ["8.x", "7.x"] # TODO(#9): add windows to this list platform: ["debian10", "macos", "ubuntu2004"] tasks: @@ -9,8 +9,5 @@ bcr_test_module: name: "Run test module" bazel: ${{ bazel }} platform: ${{ platform }} - test_flags: - # Bazel 6.x requires this flag set. - - --@aspect_rules_py//py:interpreter_version=3.8.12 test_targets: - "//..."