From 79cc66894f82fe4180b870afcd9c1852cb9e54f7 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Fri, 11 Oct 2024 11:21:38 -0700 Subject: [PATCH] chore: Use Bazel 6 and minimum tested Bazel version Bazel 5 is out of support, so switch to using Bazel 6 --- .bazelci/presubmit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 1512cd1..e38d113 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -12,13 +12,13 @@ tasks: - "--enable_workspace" test_targets: - "..." - all_tests_workspace_5.x: - name: Workspace (Bazel 5.x) + all_tests_workspace_minimum_bazel: + name: Workspace (minimum Bazel) platform: ${{platform}} skip_in_bazel_downstream_pipeline: Already tested on latest - bazel: "5.x" + bazel: "6.x" test_flags: - - "--noexperimental_enable_bzlmod" + - "--noenable_bzlmod" test_targets: - "..." all_tests_bzlmod: