Skip to content

Commit

Permalink
feat: start testing on Bazel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Oct 2, 2024
1 parent ce806e7 commit 83370bb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@ concurrency:

jobs:
bazel-test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@bazel8
with:
folders: '[".", "example"]'
# 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"}
]

integration-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 83370bb

Please sign in to comment.