From 6e06b8723bce29e54b36f14d16bf7a6b15220f8f Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Thu, 31 Oct 2024 11:10:24 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a85be68..51bd2df8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,8 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest] - bazel_version: [7.0.0, latest, last_rc] # Minimum supported Bazel version is 7.0.0. + # TODO: Test with Bazel 8 after https://github.com/bazelbuild/bazel/pull/24154 has been released. + bazel_version: [7.0.0, latest] # Minimum supported Bazel version is 7.0.0. bzlmod: [true, false] runs-on: ${{ matrix.os }} steps: