Skip to content

Commit bc196f5

Browse files
authored
chore: switch bcr to 8.x instead of last_rc (#3395)
It seems that we forgot to complete this TODO item. Work towards #3392
1 parent fda82b0 commit bc196f5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.bcr/gazelle/presubmit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ bcr_test_module:
1616
module_path: "examples/bzlmod_build_file_generation"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2004", "windows"]
19-
# last_rc is to get latest 8.x release. Replace with 8.x when available.
20-
bazel: [7.x, last_rc]
19+
bazel: [7.x, 8.x]
2120
tasks:
2221
run_tests:
2322
name: "Run test module"

.bcr/presubmit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ bcr_test_module:
1616
module_path: "examples/bzlmod"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2004", "windows"]
19-
# last_rc is to get latest 8.x release. Replace with 8.x when available.
20-
bazel: [7.x, last_rc]
19+
bazel: [7.x, 8.x]
2120
tasks:
2221
run_tests:
2322
name: "Run test module"

0 commit comments

Comments
 (0)