Skip to content

Commit d0e572a

Browse files
authored
Drop Bazel 6.x from ci.yaml (#61)
1 parent ac4c3d1 commit d0e572a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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: ["6.5.0", "7.1.1"]
25+
bazel_version: ["7.4.1"]
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.1.1"]
50+
bazel_version: ["7.4.1"]
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- name: "Checkout the sources"

0 commit comments

Comments
 (0)