diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e098511..760396b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: