Skip to content

Commit

Permalink
Update run-tests.sh to use -M, 1.11, 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield authored Sep 28, 2024
1 parent f369d7d commit 53b9c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

versions="1.6 1.7 1.8 1.9 1.10 master"
versions="1.6 1.7 1.8 1.9 1.10 1.11 1.12"
for v in $versions
do
time clj -A:test:runner:$v
time clj -M:test:runner:$v
done

0 comments on commit 53b9c79

Please sign in to comment.