Skip to content

Commit c27f356

Browse files
authored
Merge pull request #20 from CodelyTV/changeJavaVersionJob
Set java version to 11
2 parents 81dad91 + 965bb1f commit c27f356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-java@v4
1818
with:
1919
distribution: 'zulu'
20-
java-version: '21'
20+
java-version: '11'
2121
cache: 'sbt'
2222
- name: 👌 Run "pre-push" tasks (compile and style-check)
2323
run: sbt prep

0 commit comments

Comments
 (0)