mirror of https://github.com/grpc/grpc-java.git
.github/workflows: Stop testing Bazel 6
Bazel 8 is now out. We support the two most recent releases. FWIW, I have compiled with Bazel 8 and didn't experience any problems.
This commit is contained in:
parent
fe752a290e
commit
8a5f7776db
|
@ -79,14 +79,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
# Test with and without bzlmod. Bazel 6 doesn't support bzlmod, so use Bazel 7 instead
|
||||
- bazel: 6.0.0
|
||||
bzlmod: false
|
||||
- bazel: 7.0.0
|
||||
bzlmod: true
|
||||
bzlmod: [true, false]
|
||||
env:
|
||||
USE_BAZEL_VERSION: ${{ matrix.bazel }}
|
||||
USE_BAZEL_VERSION: 7.0.0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue