Skip to content

Commit

Permalink
Remove Bazel 8+ exclusion (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob authored Feb 23, 2024
1 parent a0a6c06 commit 5dc5b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module(
version = "0.0.0",
bazel_compatibility = [
">=6.0.0",
"<8.0.0",
],
compatibility_level = 1,
)
Expand Down

0 comments on commit 5dc5b3a

Please sign in to comment.