@@ -18,12 +18,12 @@ buildifier:
1818 # Use a specific version to avoid skew issues when new versions are released.
1919 version : 8.2.1
2020 warnings : " all"
21- # NOTE: Minimum supported version is 7 .x
21+ # NOTE: Minimum supported version is 8 .x
2222.minimum_supported_version : &minimum_supported_version
2323 # For testing minimum supported version.
2424 # NOTE: Keep in sync with //:version.bzl
25- bazel : 7 .x
26- skip_in_bazel_downstream_pipeline : " Bazel 7 required"
25+ bazel : 8 .x
26+ skip_in_bazel_downstream_pipeline : " Bazel 8 required"
2727.reusable_config : &reusable_config
2828 build_targets :
2929 - " --"
@@ -56,7 +56,7 @@ buildifier:
5656 - " --noenable_bzlmod"
5757 - " --enable_workspace"
5858 - " --build_tag_filters=-integration-test"
59- bazel : 7 .x
59+ bazel : 8 .x
6060# NOTE: The Mac and Windows bazelinbazel jobs override parts of this config.
6161.common_bazelinbazel_config : &common_bazelinbazel_config
6262 build_flags :
@@ -117,7 +117,7 @@ matrix:
117117 - debian11
118118 - macos_arm64
119119 - windows
120- bazel : [7.*, 8.*, 9.*]
120+ bazel : [8.*, 9.*]
121121
122122tasks :
123123 # Keep in sync with .bcr/presubmit.yml
@@ -183,7 +183,7 @@ tasks:
183183 << : *reusable_config
184184 name : " Default: Ubuntu, bzlmod, minimum Bazel"
185185 platform : ubuntu2204
186- bazel : 7 .x
186+ bazel : 8 .x
187187 ubuntu :
188188 << : *reusable_config
189189 name : " Default: Ubuntu"
@@ -282,7 +282,7 @@ tasks:
282282 platform : rbe_ubuntu2204
283283 # TODO @aignas 2024-12-11: get the RBE working in CI for bazel 8.0
284284 # See https://github.com/bazelbuild/rules_python/issues/2499
285- bazel : 7 .x
285+ bazel : 8 .x
286286 test_flags :
287287 - " --test_tag_filters=-integration-test,-acceptance-test"
288288 - " --extra_toolchains=@buildkite_config//config:cc-toolchain"
@@ -371,7 +371,7 @@ tasks:
371371 name : " examples/pip_parse: Ubuntu, bzlmod, minimum supported Bazel version"
372372 working_directory : examples/pip_parse
373373 platform : ubuntu2204
374- bazel : 7 .x
374+ bazel : 8 .x
375375 integration_test_pip_parse_ubuntu :
376376 << : *reusable_build_test_all
377377 name : " examples/pip_parse: Ubuntu"
@@ -587,7 +587,7 @@ tasks:
587587 name : " compile_pip_requirements_test_from_external_repo: Ubuntu, bzlmod, minimum Bazel"
588588 working_directory : tests/integration/compile_pip_requirements_test_from_external_repo
589589 platform : ubuntu2204
590- bazel : 7 .x
590+ bazel : 8 .x
591591 shell_commands :
592592 # Assert that @compile_pip_requirements//:requirements_test does the right thing.
593593 - " bazel test @compile_pip_requirements//..."
0 commit comments