.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:
Eric Anderson 2024-12-16 15:59:10 -08:00
parent fe752a290e
commit 8a5f7776db
1 changed files with 2 additions and 7 deletions

View File

@ -79,14 +79,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
include: bzlmod: [true, false]
# 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
env: env:
USE_BAZEL_VERSION: ${{ matrix.bazel }} USE_BAZEL_VERSION: 7.0.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4