Skip to content

Commit

Permalink
Use JDK 11 for most CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk authored Jan 26, 2025
1 parent 2a95e02 commit 511ef7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/[email protected]
with:
distribution: temurin
java-version: 21
java-version: 11
check-latest: true
- name: Cache scala dependencies
uses: coursier/cache-action@v6
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
java-version: 11
cache: sbt
- run: sbt +mimaReportBinaryIssues

Expand Down

0 comments on commit 511ef7f

Please sign in to comment.