Skip to content

Commit 624e319

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ jobs:
163163
strategy:
164164
matrix:
165165
codspeed-mode: ["off", "walltime"]
166+
bazel-version: ["7.6.2", "8.4.2", "9.0.0-pre.20250921.2"]
166167
runs-on: windows-latest
167168
steps:
168169
- uses: actions/checkout@v4
@@ -183,3 +184,5 @@ jobs:
183184
run: |
184185
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
185186
shell: pwsh
187+
env:
188+
USE_BAZEL_VERSION: ${{ matrix.bazel-version }}

0 commit comments

Comments
 (0)