From a998a3dc1c069fadf0c928374c713973f308fea9 Mon Sep 17 00:00:00 2001 From: Chuck Grindel Date: Thu, 1 Feb 2024 10:11:38 -0700 Subject: [PATCH] fix: the BCR presubmit Bazel version must match the version specified for rules_bazel_integration_test (#894) Related to https://github.com/bazelbuild/bazel-central-registry/pull/1416. --- .bcr/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index b2eb8447d..a31394efb 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -3,8 +3,8 @@ bcr_test_module: matrix: platform: ["macos"] bazel: - - 6.x - - 7.x + # This needs to exactly match the value used in .bazelversion at the root. + - 7.0.0 tasks: run_tests: name: "Run test module"