From 511ef7fd1f6a817559d98e38f08eb3bafd09fc18 Mon Sep 17 00:00:00 2001 From: Andriy Plokhotnyuk Date: Sun, 26 Jan 2025 09:44:17 +0100 Subject: [PATCH] Use JDK 11 for most CI checks --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 698e29c2a..69d560b99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-java@v4.2.1 with: distribution: temurin - java-version: 21 + java-version: 11 check-latest: true - name: Cache scala dependencies uses: coursier/cache-action@v6 @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - java: ['17', '21'] + java: ['11', '21'] scala: ['2.13.16', '3.3.4'] steps: - name: Checkout current branch @@ -78,7 +78,7 @@ jobs: strategy: fail-fast: false matrix: - java: ['17', '21'] + java: ['11', '21'] scala: ['2.12.20', '2.13.16', '3.3.4'] platform: ['JVM', 'JS', 'Native'] steps: @@ -120,7 +120,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: temurin - java-version: 21 + java-version: 11 cache: sbt - run: sbt +mimaReportBinaryIssues