diff --git a/.bazelversion b/.bazelversion index 815da58..ae9a76b 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.4.1 +8.0.0 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7bc65b..6b08b7e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: matrix: os: [ubuntu-latest] bzlmod: [true] - bazel_version: ["7.4.1"] + bazel_version: ["7.4.1", "8.0.0"] runs-on: ${{ matrix.os }} steps: - name: "Checkout the sources" @@ -47,7 +47,7 @@ jobs: bzlmod: [true] directory: [examples/simple-android] strategy: [local, worker] - bazel_version: ["7.4.1"] + bazel_version: ["7.4.1", "8.0.0"] runs-on: ${{ matrix.os }} steps: - name: "Checkout the sources"