From 82b7361eab448ebda58acd42eb7684f98cf84a48 Mon Sep 17 00:00:00 2001 From: Ernesto Casablanca Date: Sun, 12 Jan 2025 20:45:30 +0100 Subject: [PATCH] ci: test on bazel 8.x --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index b686da4..fa8c97e 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -2,7 +2,7 @@ bcr_test_module: module_path: "examples" matrix: platform: ["fedora40", "ubuntu2204", "windows", "macos"] - bazel: [7.x] + bazel: [7.x, 8.x] tasks: run_tests: name: "Build example modules"