Skip to content

Commit 51ae83c

Browse files
committed
Fix Java version in GitHub workflow
1 parent 3f6022e commit 51ae83c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/setup-java@v3
1212
with:
1313
distribution: 'zulu'
14-
java-version: '8'
14+
java-version: '11'
1515

1616
- name: Install clojure tools
1717
uses: DeLaGuardo/setup-clojure@10.1

0 commit comments

Comments
 (0)