Skip to content

Commit 17be0d3

Browse files
committed
Add Bazel 9.1.0 to our CI matrix
This backs up our claim that we support the two most recent Bazel versions.
1 parent ec0a9c9 commit 17be0d3

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.7.0, 9.1.0]
84+
exclude:
85+
- bazel_version: 9.1.0
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)