Skip to content

Commit f2c6f54

Browse files
authored
Add 8.0.0 to the CI test matrix (#69)
1 parent 5c79447 commit f2c6f54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.1
1+
8.0.0

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
bzlmod: [true]
25-
bazel_version: ["7.4.1"]
25+
bazel_version: ["7.4.1", "8.0.0"]
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: "Checkout the sources"
@@ -47,7 +47,7 @@ jobs:
4747
bzlmod: [true]
4848
directory: [examples/simple-android]
4949
strategy: [local, worker]
50-
bazel_version: ["7.4.1"]
50+
bazel_version: ["7.4.1", "8.0.0"]
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- name: "Checkout the sources"

0 commit comments

Comments
 (0)