@@ -226,15 +226,6 @@ jobs:
226226 clojureRef : ${{ inputs.clojureRef }}
227227 subjectRepo : ' geoffsalmon/bytebuffer'
228228 subjectRef : ' master'
229- test-alphabase :
230- uses : ./.github/workflows/deps-test.yml
231- with :
232- clojureRepo : ${{ inputs.clojureRepo }}
233- clojureRef : ${{ inputs.clojureRef }}
234- testCmd : ' -X:test'
235- testDir : ' .'
236- subjectRepo : ' greglook/alphabase'
237- subjectRef : ' main'
238229 test-clj-arrangement :
239230 uses : ./.github/workflows/lein-test.yml
240231 with :
@@ -1239,6 +1230,7 @@ jobs:
12391230 testCmd : ' ./scripts/test.sh clj'
12401231 subjectRepo : ' metosin/reitit'
12411232 subjectRef : ' master'
1233+ javaVersion : ' ["11", "17", "21"]'
12421234 test-matcher-combinators :
12431235 uses : ./.github/workflows/deps-test.yml
12441236 with :
@@ -1277,7 +1269,7 @@ jobs:
12771269 with :
12781270 clojureRepo : ${{ inputs.clojureRepo }}
12791271 clojureRef : ${{ inputs.clojureRef }}
1280- testCmd : ' -X :test'
1272+ testCmd : ' -M :test:runner '
12811273 testDir : ' .'
12821274 subjectRepo : ' seancorfield/next-jdbc'
12831275 subjectRef : ' develop'
@@ -1331,6 +1323,7 @@ jobs:
13311323 testCmd : ' lein sub test'
13321324 subjectRepo : ' weavejester/ragtime'
13331325 subjectRef : ' master'
1326+ javaVersion : ' ["11", "17", "21"]'
13341327 test-markdown-clj :
13351328 uses : ./.github/workflows/deps-test.yml
13361329 with :
0 commit comments