Skip to content

Commit 0599472

Browse files
smolkajclaude
andcommitted
CI: test on Bazel 7.x and 9.x only (skip 8.x)
Bazel 8 is expected to work (it is between two tested versions), so there is no need to test it explicitly. Signed-off-by: Steffen Smolka <steffen.smolka@gmail.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c90a487 commit 0599472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bazel-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# We trust that things also work for versions in the middle.
2222
os: [ubuntu-22.04, ubuntu-latest]
2323
# See Bazelisk README for legal values.
24-
bazel_version: [7.x, 8.x, 9.x]
24+
bazel_version: [7.x, 9.x]
2525
# Don't abort other runs when one of them fails, to ease debugging.
2626
fail-fast: false
2727

0 commit comments

Comments
 (0)