From cd142ff24c5cb00bfa3c2f8b6e33499b9bdb860d Mon Sep 17 00:00:00 2001 From: Cloud Han Date: Wed, 7 Aug 2024 22:30:19 +0800 Subject: [PATCH] ci: cover major bazel releases in utilities tests --- .github/workflows/utilities-tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/utilities-tests.yaml b/.github/workflows/utilities-tests.yaml index 16fcd90e..bf4c8a55 100644 --- a/.github/workflows/utilities-tests.yaml +++ b/.github/workflows/utilities-tests.yaml @@ -17,8 +17,9 @@ jobs: - ubuntu-20.04 - windows-2019 bazel-version: - - 5.0.0 - - 5.2.0 + - latest + - 6.5.0 + - 5.4.1 env: USE_BAZEL_VERSION: ${{ matrix.bazel-version }} steps: