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 042628bCopy full SHA for 042628b
.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
@@ -172,6 +173,7 @@ jobs:
172
173
- name: Set up Bazel
174
uses: bazel-contrib/[email protected]
175
with:
176
+ bazelisk-version: ${{ matrix.bazel-version }}
177
# Avoid downloading Bazel every time.
178
bazelisk-cache: true
179
# Store build cache per workflow.
0 commit comments