From b034d4fc25ed791c9e8e047c96423a89a7bcd589 Mon Sep 17 00:00:00 2001 From: Ben Lee Date: Sat, 13 Apr 2024 23:20:24 +0000 Subject: [PATCH] [CI] Bump Bazel versions to 6.5.0 and 7.1.1 (#38) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a7db777..0f83aff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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" @@ -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"