Skip to content

Commit 37d9062

Browse files
committed
Update Clojure workflows
1 parent 3ec25c5 commit 37d9062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clojure.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
java: ["8", "11", "14"]
15-
clojure: ["1.6", "1.7", "1.8", "1.9", "1.10"]
14+
java: ["14", "17", "21"]
15+
clojure: ["1.8", "1.9", "1.10", "1.11"]
1616

1717
name: Java ${{ matrix.java }} Clojure ${{ matrix.clojure }}
1818
steps:

0 commit comments

Comments
 (0)