Skip to content

Commit eb16e77

Browse files
authored
Update JDK version from 11 to 17 in workflow
1 parent f84d230 commit eb16e77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Set up JDK 11
15+
- name: Set up JDK 17
1616
uses: actions/setup-java@v2
1717
with:
18-
java-version: '11'
18+
java-version: '17'
1919
distribution: 'adopt'
2020
- name: Install SBT
2121
uses: sbt/setup-sbt@v1

0 commit comments

Comments
 (0)