From 7b342e2803ea0a98a8464c786d5d2b710a5c1a14 Mon Sep 17 00:00:00 2001 From: Sahin Yort Date: Wed, 27 Nov 2024 12:00:29 -0800 Subject: [PATCH] fix: only test against 7.x and 8.x (#118) --- .bcr/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 83b72c8..2883e04 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"] - bazel: ["6.x", "7.x"] + bazel: ["7.x", "8.x"] tasks: run_tests: name: "Run test module"