Skip to content

Commit

Permalink
[CI] Bump Bazel versions to 6.5.0 and 7.1.1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Apr 13, 2024
1 parent 3ddd96c commit b034d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: [ubuntu-latest]
bzlmod: [true]
bazel_version: ["6.4.0", "7.0.0"]
bazel_version: ["6.5.0", "7.1.1"]
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout the sources"
Expand All @@ -46,7 +46,7 @@ jobs:
bzlmod: [true]
directory: [examples/simple-android]
strategy: [local, worker]
bazel_version: ["7.0.0"]
bazel_version: ["7.1.1"]
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout the sources"
Expand Down

0 comments on commit b034d4f

Please sign in to comment.