From ad90bc9b5256e8d6892e96a6c4180f22113eaa8f Mon Sep 17 00:00:00 2001 From: Akshay-SL <65456179+Akshay-SL@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:12:44 +0000 Subject: [PATCH] update java versions for build --- .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 68b2f8d96..c46f88957 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - java: ['adopt@1.8', 'adopt@1.11'] + java: ['adopt@1.11', 'openjdk@1.17.0'] scala: ['2.12.18', '2.13.12', '3.3.1'] platform: ['JVM', 'Native', 'JS'] steps: