From bf595edb6d4474b84da25d6969f805560dd9e604 Mon Sep 17 00:00:00 2001 From: yuyawk <46620009+yuyawk@users.noreply.github.com> Date: Wed, 11 Dec 2024 02:05:21 +0900 Subject: [PATCH] test with bazel 8.x (#94) --- .bcr/presubmit.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 13be774..9f98cd6 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -10,7 +10,7 @@ bcr_test_module: bazel: - "6.x" - "7.x" - - "8.0.0rc4" + - "8.x" tasks: run_tests: name: "Run test module" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 864e026..b5dc412 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: bazel-version: - 6.x - 7.x - - 8.* + - 8.x runner: - ubuntu-20.04 - ubuntu-22.04 @@ -49,7 +49,7 @@ jobs: bazel-version: - 6.x - 7.x - - 8.* + - 8.x runner: - ubuntu-20.04 - ubuntu-22.04