Skip to content

Commit 746da70

Browse files
mrdziubansjrd
authored andcommitted
Bump the minimum JDK version to JDK 17.
It is required by Scala 3.8.x.
1 parent 0138127 commit 746da70

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- uses: actions/checkout@v3.0.2
1111
with:
1212
fetch-depth: 0
13-
- name: Set up JDK 8
13+
- name: Set up JDK 17
1414
uses: coursier/setup-action@v1
1515
with:
16-
jvm: temurin:1.8
16+
jvm: temurin:1.17
1717
apps: sbt
1818
- name: sbt ci-release
1919
run: sbt versionCheck ci-release

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
java: [ '8', '11', '17', '21' ]
13+
java: [ '17', '21' ]
1414

1515
runs-on: ubuntu-latest
1616

0 commit comments

Comments
 (0)