Skip to content

Commit 84ce02c

Browse files
committed
feat(ci): check multiple bazel versions
1 parent 2b6afb9 commit 84ce02c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,10 @@ jobs:
161161

162162
windows-bazel-build:
163163
strategy:
164+
fail-fast: false
164165
matrix:
165166
codspeed-mode: ["off", "walltime"]
167+
bazel-version: ["7.6.2", "8.4.2", "9.0.0-pre.20250921.2"]
166168
runs-on: windows-latest
167169
steps:
168170
- uses: actions/checkout@v4
@@ -183,3 +185,5 @@ jobs:
183185
run: |
184186
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
185187
shell: pwsh
188+
env:
189+
USE_BAZEL_VERSION: ${{ matrix.bazel-version }}

0 commit comments

Comments
 (0)