Skip to content

Commit bebd3af

Browse files
committed
Require JDK 17
1 parent ea9e4fa commit bebd3af

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/clojure.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Java
2121
uses: actions/setup-java@v5
2222
with:
23-
java-version: '11'
23+
java-version: '17'
2424
distribution: 'corretto'
2525

2626
- name: Install clojure tools
@@ -46,7 +46,3 @@ jobs:
4646

4747
- name: Lint
4848
run: clojure -M:lint
49-
50-
51-
52-

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ Documentation starts with [the overview](doc/overview.md).
5656

5757
## Compatibility
5858

59-
`cli-tools` is compatible with Clojure 1.11 and above, and w/ Babashka.
59+
`cli-tools` is compatible with Clojure 1.11 and above, and w/ Babashka.
60+
For Clojure, it requires JDK 17 or above.
6061

6162
## License
6263

0 commit comments

Comments
 (0)