Skip to content

Commit 8a5f777

Browse files
committed
.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.
1 parent fe752a2 commit 8a5f777

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/testing.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,9 @@ jobs:
7979
runs-on: ubuntu-latest
8080
strategy:
8181
matrix:
82-
include:
83-
# Test with and without bzlmod. Bazel 6 doesn't support bzlmod, so use Bazel 7 instead
84-
- bazel: 6.0.0
85-
bzlmod: false
86-
- bazel: 7.0.0
87-
bzlmod: true
82+
bzlmod: [true, false]
8883
env:
89-
USE_BAZEL_VERSION: ${{ matrix.bazel }}
84+
USE_BAZEL_VERSION: 7.0.0
9085

9186
steps:
9287
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)