Skip to content

Commit d908b6a

Browse files
committed
Update Java version in CI to 17
1 parent eda1676 commit d908b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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: '11'
14+
java-version: '17'
1515

1616
- name: Install clojure tools
1717
uses: DeLaGuardo/[email protected]

0 commit comments

Comments
 (0)