From bdba9057d25bf0231209f5dc794ce1297951c65a Mon Sep 17 00:00:00 2001 From: calvinlfer Date: Thu, 9 May 2024 09:23:55 -0400 Subject: [PATCH] Remove Java 1.8 from the build matrix --- .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 d2b54942..a5bc38ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: false matrix: - java: ['adopt@1.8', 'adopt@1.11'] + java: ['adopt@1.11'] scala: ['2.12.19', '2.13.13', '3.3.3'] platform: ['JVM', 'JS'] steps: