From 0f6076a17f42949039836c158d661e1558bb8e0b Mon Sep 17 00:00:00 2001 From: David Zbarsky Date: Mon, 1 Apr 2024 12:32:50 -0400 Subject: [PATCH] [BCR] Test with rolling bazel --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 3faf21b..3634ad0 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "tests" matrix: platform: ["debian10", "macos", "ubuntu2004", "windows"] - bazel: [6.x, 7.x] + bazel: [6.x, 7.x, rolling] tasks: run_tests: name: "Run tests"