Skip to content

Commit 2aeaad1

Browse files
authored
Update build.yml
1 parent 850e003 commit 2aeaad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Set up JDK 11
2323
uses: actions/setup-java@v3
2424
with:
25-
java-version: '11'
26-
distribution: 'temurin'
25+
java-version: '8'
26+
distribution: 'oracle'
2727
cache: 'sbt'
2828
- name: Run tests
2929
run: sbt test

0 commit comments

Comments
 (0)