From 5dc5b3a689774464622bf25ed7bab8ffb37a2045 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Fri, 23 Feb 2024 07:02:29 -0700 Subject: [PATCH] Remove Bazel 8+ exclusion (#15) --- .bcr/presubmit.yml | 5 ++++- MODULE.bazel | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index bf0909b..1a126b3 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -1,8 +1,11 @@ +matrix: + bazel: ["7.x", "rolling"] + tasks: verify_build_targets: name: Verify Build targets on macOS platform: macos_arm64 - bazel: "7.x" + bazel: ${{ bazel }} build_targets: - "@swift_bep_parser//SwiftBEPParser/Sources:SwiftBEPParser" build_flags: diff --git a/MODULE.bazel b/MODULE.bazel index 04ad2a7..764e62e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -5,7 +5,6 @@ module( version = "0.0.0", bazel_compatibility = [ ">=6.0.0", - "<8.0.0", ], compatibility_level = 1, )