Skip to content

Commit 869949c

Browse files
check bazel build on the example with multiple bazel versions
1 parent 432bba8 commit 869949c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,14 @@ jobs:
9393
bazel_use_module:
9494
name: Build Bazel example
9595
runs-on: "ubuntu-22.04"
96+
strategy:
97+
matrix:
98+
bazel_version: ["7.*", "8.*", "9.*"]
9699
steps:
97100
- uses: actions/checkout@v4
98101
- name: Build
102+
env:
103+
USE_BAZEL_VERSION=${{ matrix.bazel_version }}
99104
run: |
100105
cd examples/bazel
101106
bazelisk build --lockfile_mode=off //...

0 commit comments

Comments
 (0)