Skip to content

Commit

Permalink
Add 8.x in the default list of Bazel versions (#3408)
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorcloudy authored Dec 13, 2024
1 parent bb553f1 commit 13a671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def add(self, module, override=False):
shutil.copy(module.presubmit_yml, presubmit_yml)
else:
PLATFORMS = ["debian10", "ubuntu2004", "macos", "macos_arm64", "windows"]
BAZEL_VERSIONS = ["7.x", "6.x"]
BAZEL_VERSIONS = ["8.x", "7.x", "6.x"]
presubmit = {
"matrix": {
"platform": PLATFORMS.copy(),
Expand Down

0 comments on commit 13a671e

Please sign in to comment.