Skip to content

Commit 85b5a40

Browse files
update presubmit
1 parent 4bdccc9 commit 85b5a40

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bcr/presubmit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ matrix:
77
- windows
88
bazel:
99
- 7.x
10+
- 8.x
1011
tasks:
1112
verify_targets:
1213
name: Verify build targets
@@ -22,7 +23,7 @@ bcr_test_module:
2223
- macos
2324
- macos_arm64
2425
bazel:
25-
- 7.x
26+
- 8.x
2627
tasks:
2728
run_tests:
2829
name: Run test

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "bazel-diff",
3-
version = "13.1.0",
3+
version = "13.1.1",
44
compatibility_level = 0,
55
)
66

0 commit comments

Comments
 (0)