Skip to content

Commit fe22b61

Browse files
committed
Add Bazel 9.x to our CI matrix
Use the latest minor/patch release so we notice breakages (like the recent CcInfo/golang issue) immediately.
1 parent 225ac40 commit fe22b61

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,12 @@ jobs:
8080
strategy:
8181
matrix:
8282
bzlmod: [true, false]
83+
bazel_version: [8.x, 9.x]
84+
exclude:
85+
- bazel_version: 9.x
86+
bzlmod: false
8387
env:
84-
USE_BAZEL_VERSION: 8.7.0
88+
USE_BAZEL_VERSION: ${{ matrix.bazel_version }}
8589

8690
steps:
8791
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)