Skip to content

Commit

Permalink
.github/workflows: Stop testing Bazel 6
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ejona86 committed Dec 17, 2024
1 parent fe752a2 commit 8a5f777
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a5f777

Please sign in to comment.