Skip to content

Commit 0a15f29

Browse files
committed
ci: add more tests
1 parent 72b815a commit 0a15f29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
bazel: [7.0.0, 8.0.0]
17+
bazel: [7.0.0, 8.0.0, rolling]
1818
subdir:
1919
[
2020
base,
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
matrix:
101101
os: [ubuntu-latest, windows-latest, macos-latest]
102-
bazel: [7.0.0, 8.0.0]
102+
bazel: [7.0.0, 8.0.0, rolling]
103103
subdir: [base]
104104
runs-on: ${{ matrix.os }}
105105
steps:
@@ -153,7 +153,7 @@ jobs:
153153
strategy:
154154
matrix:
155155
os: [ubuntu-latest, windows-latest, macos-latest]
156-
bazel: [7.0.0, 8.0.0]
156+
bazel: [7.0.0, 8.0.0, rolling]
157157
subdir: [base]
158158
runs-on: ${{ matrix.os }}
159159
steps:
@@ -220,7 +220,7 @@ jobs:
220220
strategy:
221221
matrix:
222222
os: [ubuntu-latest, windows-latest, macos-latest]
223-
bazel: [7.0.0, 8.0.0]
223+
bazel: [7.0.0, 8.0.0, rolling]
224224
subdir: [root, submodule1, submodule2]
225225
runs-on: ${{ matrix.os }}
226226

0 commit comments

Comments
 (0)