From b0e9122b455425105ccde5f831f2bffb451a1004 Mon Sep 17 00:00:00 2001 From: friendseeker <66892505+Friendseeker@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:58:14 -0700 Subject: [PATCH] Test if java version plays a role in the flaky test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d0bcf4f1..2607cd9d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: include: - os: ubuntu-latest - java: 8 + java: 21 jobtype: 1 - os: ubuntu-latest java: 11