Skip to content

Commit b91a618

Browse files
authored
Only use bazel 7 and 8
1 parent 4f44c17 commit b91a618

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ matrix:
9898
- debian11
9999
- macos_arm64
100100
- windows
101-
bazel: [7.*, 8.*, 9.*]
101+
bazel: [7.*, 8.*]
102102

103103
tasks:
104104
bcr_test:

.bcr/gazelle/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bcr_test_module:
1616
module_path: "examples/bzlmod_build_file_generation"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2204", "windows"]
19-
bazel: [7.x, 8.x, 9.x]
19+
bazel: [7.*, 8.*]
2020
tasks:
2121
run_tests:
2222
name: "Run test module"

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bcr_test_module:
1616
module_path: "examples/bzlmod"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2204", "windows"]
19-
bazel: [7.x, 8.x, 9.x]
19+
bazel: [7.*, 8.*]
2020
tasks:
2121
run_tests:
2222
name: "Run test module"

0 commit comments

Comments
 (0)