Skip to content

Commit c0f05bf

Browse files
committed
Set latest Bazel build to 7.x after 8.0.0 release
Cherry-picked from bazelbuild#1671 to ensure the CI build passes.
1 parent f3cdfcf commit c0f05bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bazelci/presubmit.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ tasks:
3232
test_rules_scala_linux_latest:
3333
name: "./test_rules_scala (latest Bazel)"
3434
platform: ubuntu2004
35-
bazel: latest
35+
# Restore `bazel: latest` once Bazel 8 compatibility lands (#1625, #1652).
36+
bazel: 7.x
3637
shell_commands:
3738
# Install xmllint
3839
- sudo apt update && sudo apt install --reinstall libxml2-utils -y

0 commit comments

Comments
 (0)