Skip to content

Commit

Permalink
fix: only test against 7.x and 8.x (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn authored Nov 27, 2024
1 parent 99dca97 commit 7b342e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b342e2

Please sign in to comment.