Skip to content

Commit

Permalink
remove 1.6 from test script
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Nov 1, 2024
1 parent 45a6d35 commit 8d04d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

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

0 comments on commit 8d04d6d

Please sign in to comment.