Skip to content

Commit 6e06b87

Browse files
authored
Update tests.yml
1 parent 069a43c commit 6e06b87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
os: [macos-latest, ubuntu-latest]
31-
bazel_version: [7.0.0, latest, last_rc] # Minimum supported Bazel version is 7.0.0.
31+
# 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.
3233
bzlmod: [true, false]
3334
runs-on: ${{ matrix.os }}
3435
steps:

0 commit comments

Comments
 (0)