From 87544698d4a9fab4e602c8486fe94c7f2c218421 Mon Sep 17 00:00:00 2001 From: Morten Mjelva Date: Tue, 10 Dec 2024 12:47:24 +0100 Subject: [PATCH] chore: BCR testing on Bazel 8 --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index e63a5721c..0a7e6b4e7 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "e2e/smoke" matrix: platform: ["debian10", "macos", "ubuntu2004", "windows"] - bazel: ["7.x", "6.x"] + bazel: ["8.x", "7.x", "6.x"] tasks: run_tests: name: "Run test module"