Skip to content

Commit 5ed497d

Browse files
committed
Remove Bazel 7.0 from test matrix
1 parent 846ca9c commit 5ed497d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildifier:
33
version: 7.1.0
44

55
matrix:
6-
bazel: ["7.x", "8.x"]
6+
bazel: ["8.x"]
77
platform:
88
[
99
"windows",

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bcr_test_module:
1010
"ubuntu2004_arm64",
1111
"windows_arm64",
1212
]
13-
bazel: ["7.x", "8.x"]
13+
bazel: ["8.x"]
1414
tasks:
1515
run_tests:
1616
name: "Run smoke test"

0 commit comments

Comments
 (0)