From de4427c21f43df6e0b2e50123b133fb9236b4519 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Wed, 3 Sep 2025 11:14:31 +0200 Subject: [PATCH] Sync back changes to presubmit.yml --- .bcr/presubmit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 7bd7658f..a09e0321 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,6 +1,6 @@ matrix: - bazel: [7.x] - platform: [ubuntu2004, macos, macos_arm64] + bazel: [7.*, 8.*] + platform: [ubuntu2004, ubuntu2404, macos, macos_arm64] tasks: verify_targets: name: Verify build targets @@ -12,8 +12,8 @@ tasks: bcr_test_module: module_path: tests matrix: - bazel: [7.x] - platform: [ubuntu2004, macos, macos_arm64] + bazel: [7.*, 8.*] + platform: [ubuntu2004, ubuntu2404, macos, macos_arm64] tasks: run_test_module: name: Run test module