Skip to content

Commit

Permalink
Test and fix docs for Bazel 8 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Dec 11, 2024
1 parent 47a0497 commit 6deee74
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.1
8.0.0
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ bcr_test_module:
module_path: "examples"
matrix:
platform: ["debian10", "macos_arm64", "ubuntu2004"]
bazel: ["6.x", "7.x"]
bazel: ["6.x", "7.x", "8.x"]
tasks:
run_tests:
name: "Run test module"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
bazelversion: [6.5.0, latest, last_green]
bazelversion: [6.5.0, 7.4.1, latest, last_green]
folder: [examples]
include:
- os: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bazel_dep(name = "rules_testing", version = "0.4.0", dev_dependency = True)
bazel_dep(name = "rules_java", version = "7.6.1", dev_dependency = True)
bazel_dep(name = "rules_proto", version = "6.0.0", dev_dependency = True)
bazel_dep(name = "stardoc", version = "0.7.2", dev_dependency = True)
bazel_dep(name = "toolchains_protoc", version = "0.3.0", dev_dependency = True)
bazel_dep(name = "toolchains_protoc", version = "0.3.6", dev_dependency = True)

protoc = use_extension(
"@toolchains_protoc//protoc:extensions.bzl",
Expand Down
4 changes: 2 additions & 2 deletions docs/defs.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/.bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.1
8.0.0

0 comments on commit 6deee74

Please sign in to comment.