From 44273c77aee791b69dc230824d05748d963602e7 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Thu, 5 Oct 2023 20:34:47 -0500 Subject: [PATCH] put ruby back down to 11 --- .github/workflows/ci-ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ruby.yml b/.github/workflows/ci-ruby.yml index 8a0830504f3ea..2eaf0b03da68e 100644 --- a/.github/workflows/ci-ruby.yml +++ b/.github/workflows/ci-ruby.yml @@ -125,7 +125,7 @@ jobs: browser: ${{ matrix.browser }} cache-key: rb-remote-${{ matrix.browser }}-test os: ${{ matrix.os }} - java-version: 17 + java-version: 11 run: > bazel test --define browser=${{ matrix.browser }}