Skip to content

Commit de2ead9

Browse files
authored
Sync back changes to presubmit.yml (#545)
1 parent 0bdeae2 commit de2ead9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.bcr/presubmit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
matrix:
2-
bazel: [7.x]
3-
platform: [ubuntu2004, macos, macos_arm64]
2+
bazel: [7.*, 8.*]
3+
platform: [ubuntu2004, ubuntu2404, macos, macos_arm64]
44
tasks:
55
verify_targets:
66
name: Verify build targets
@@ -12,8 +12,8 @@ tasks:
1212
bcr_test_module:
1313
module_path: tests
1414
matrix:
15-
bazel: [7.x]
16-
platform: [ubuntu2004, macos, macos_arm64]
15+
bazel: [7.*, 8.*]
16+
platform: [ubuntu2004, ubuntu2404, macos, macos_arm64]
1717
tasks:
1818
run_test_module:
1919
name: Run test module

0 commit comments

Comments
 (0)