Skip to content

Commit

Permalink
chore: remove Bazel 6 testing altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 13, 2024
1 parent e47a193 commit 3f6d693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
# Don't try for Windows support yet.
exclude_windows: true
# Root module is bzlmod-only and uses newer stardoc that requires Bazel 7.
# Example uses incompatible_enable_proto_toolchain_resolution
exclude: |
[
{"bzlmodEnabled": false, "folder": "."},
{"bazelversion": "6.4.0", "folder": "."}
{"bazelversion": "6.4.0"}
]
integration-test:
Expand Down

0 comments on commit 3f6d693

Please sign in to comment.