File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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,
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
You can’t perform that action at this time.
0 commit comments