We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c79447 commit f2c6f54Copy full SHA for f2c6f54
.bazelversion
@@ -1 +1 @@
1
-7.4.1
+8.0.0
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
os: [ubuntu-latest]
24
bzlmod: [true]
25
- bazel_version: ["7.4.1"]
+ bazel_version: ["7.4.1", "8.0.0"]
26
runs-on: ${{ matrix.os }}
27
steps:
28
- name: "Checkout the sources"
@@ -47,7 +47,7 @@ jobs:
47
48
directory: [examples/simple-android]
49
strategy: [local, worker]
50
51
52
53
0 commit comments