Skip to content

Commit b0dc33a

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.bcr/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bcr_test_module:
22
module_path: "examples"
33
matrix:
44
platform: ["fedora40", "ubuntu2204", "windows", "macos"]
5-
bazel: [7.x, 8.x, rolling]
5+
bazel: [7.x, 8.x, 9.x, rolling]
66
tasks:
77
run_tests:
88
name: "Build example modules"

.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, 9.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, 9.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, 9.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, 9.0.0, rolling]
224224
subdir: [root, submodule1, submodule2]
225225
runs-on: ${{ matrix.os }}
226226

0 commit comments

Comments
 (0)