Skip to content

Commit 3c27124

Browse files
committed
Maintenance
1 parent 2aac6c5 commit 3c27124

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test-all-the-things.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
clojureRepo: ${{ inputs.clojureRepo }}
162162
clojureRef: ${{ inputs.clojureRef }}
163163
subjectRepo: 'michaelklishin/validateur'
164-
subjectRef: 'master'
164+
subjectRef: 'main'
165165
test-cheshire:
166166
uses: ./.github/workflows/lein-test.yml
167167
with:
@@ -227,10 +227,12 @@ jobs:
227227
subjectRepo: 'geoffsalmon/bytebuffer'
228228
subjectRef: 'master'
229229
test-alphabase:
230-
uses: ./.github/workflows/lein-test.yml
230+
uses: ./.github/workflows/deps-test.yml
231231
with:
232232
clojureRepo: ${{ inputs.clojureRepo }}
233233
clojureRef: ${{ inputs.clojureRef }}
234+
testCmd: '-X:test'
235+
testDir: '.'
234236
subjectRepo: 'greglook/alphabase'
235237
subjectRef: 'main'
236238
test-clj-arrangement:
@@ -436,7 +438,7 @@ jobs:
436438
clojureRef: ${{ inputs.clojureRef }}
437439
subjectRepo: 'ring-clojure/ring'
438440
subjectRef: 'master'
439-
javaVersion: '["11", "17", "21"]'
441+
javaVersion: '["17", "21"]'
440442
test-ring-anti-forgery:
441443
uses: ./.github/workflows/lein-test.yml
442444
with:

0 commit comments

Comments
 (0)