Skip to content

Commit

Permalink
Remove Bazel 8.x from presubmit.yml
Browse files Browse the repository at this point in the history
Bazel 8 is not released, yet.
  • Loading branch information
aherrmann authored Jul 8, 2024
1 parent 3e5732f commit 7e68b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/rules_zig/0.5.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matrix:
platform: ["ubuntu2204", "macos"] # ["windows"]
bazel: [7.x, 8.x]
bazel: [7.x]
tasks:
run_tests:
name: "Run tests"
Expand All @@ -12,7 +12,7 @@ bcr_test_module:
module_path: "e2e/workspace"
matrix:
platform: ["ubuntu2204", "macos"] # ["windows"]
bazel: [7.x, 8.x]
bazel: [7.x]
tasks:
run_tests:
name: "Run test module"
Expand Down

0 comments on commit 7e68b94

Please sign in to comment.