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 069a43c commit 6e06b87Copy full SHA for 6e06b87
.github/workflows/tests.yml
@@ -28,7 +28,8 @@ jobs:
28
fail-fast: false
29
matrix:
30
os: [macos-latest, ubuntu-latest]
31
- bazel_version: [7.0.0, latest, last_rc] # Minimum supported Bazel version is 7.0.0.
+ # TODO: Test with Bazel 8 after https://github.com/bazelbuild/bazel/pull/24154 has been released.
32
+ bazel_version: [7.0.0, latest] # Minimum supported Bazel version is 7.0.0.
33
bzlmod: [true, false]
34
runs-on: ${{ matrix.os }}
35
steps:
0 commit comments