We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9e4fa commit bebd3afCopy full SHA for bebd3af
.github/workflows/clojure.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Java
21
uses: actions/setup-java@v5
22
with:
23
- java-version: '11'
+ java-version: '17'
24
distribution: 'corretto'
25
26
- name: Install clojure tools
@@ -46,7 +46,3 @@ jobs:
46
47
- name: Lint
48
run: clojure -M:lint
49
-
50
51
52
README.md
@@ -56,7 +56,8 @@ Documentation starts with [the overview](doc/overview.md).
56
57
## Compatibility
58
59
-`cli-tools` is compatible with Clojure 1.11 and above, and w/ Babashka.
+`cli-tools` is compatible with Clojure 1.11 and above, and w/ Babashka.
60
+For Clojure, it requires JDK 17 or above.
61
62
## License
63
0 commit comments