We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6afb9 commit 624e319Copy full SHA for 624e319
.github/workflows/ci.yml
@@ -163,6 +163,7 @@ jobs:
163
strategy:
164
matrix:
165
codspeed-mode: ["off", "walltime"]
166
+ bazel-version: ["7.6.2", "8.4.2", "9.0.0-pre.20250921.2"]
167
runs-on: windows-latest
168
steps:
169
- uses: actions/checkout@v4
@@ -183,3 +184,5 @@ jobs:
183
184
run: |
185
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }}
186
shell: pwsh
187
+ env:
188
+ USE_BAZEL_VERSION: ${{ matrix.bazel-version }}
0 commit comments