Skip to content

Commit 82ba4bc

Browse files
committed
use jdk-21
1 parent 7043788 commit 82ba4bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/scala.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- name: Set up JDK 11
24+
- name: Set up JDK 21
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '11'
28-
distribution: 'temurin'
27+
java-version: '21'
28+
distribution: 'oracle'
2929
cache: 'sbt'
3030
- name: Run tests
3131
run: sbt test

0 commit comments

Comments
 (0)