Skip to content

Commit

Permalink
test with bazel 8.x (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyawk authored Dec 10, 2024
1 parent 18df418 commit bf595ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bcr/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bcr_test_module:
bazel:
- "6.x"
- "7.x"
- "8.0.0rc4"
- "8.x"
tasks:
run_tests:
name: "Run test module"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bazel-version:
- 6.x
- 7.x
- 8.*
- 8.x
runner:
- ubuntu-20.04
- ubuntu-22.04
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
bazel-version:
- 6.x
- 7.x
- 8.*
- 8.x
runner:
- ubuntu-20.04
- ubuntu-22.04
Expand Down

0 comments on commit bf595ed

Please sign in to comment.