From 760fbdaeb186b898eb181785b5e96b33a1b540ba Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sun, 23 Nov 2025 16:57:06 -0800 Subject: [PATCH] CI: Scala Next requires JDK 17 now --- .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 d9ad3c1..51177c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - java: [8] + java: [17] scala: [3.next] runs-on: ubuntu-latest if: "github.event_name == 'schedule' && github.repository == 'scala/scala-parallel-collections'