Skip to content

Commit

Permalink
Merge pull request #943 from metosin/really-test-clojure-10
Browse files Browse the repository at this point in the history
don't pretend to support clojure 1.10
  • Loading branch information
opqdonut authored Sep 1, 2023
2 parents 21dcd4e + 3d5f127 commit 5ceda19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Supported Java versions: LTS releases and latest
# TODO: Replace 19=>20 when available
jdk: [8, 11, 17, 19]
clojure: [10, 11]
clojure: [11]

name: Clojure ${{ matrix.clojure }} (Java ${{ matrix.jdk }})

Expand Down
2 changes: 1 addition & 1 deletion bin/kaocha
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
# Should work if the env var is empty
clojure -A:$CLOJURE -M:test -m kaocha.runner "$@"
clojure -A:$CLOJURE_ALIAS -M:test -m kaocha.runner "$@"
1 change: 0 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,4 @@
:jvm-opts ["-server"
"-Xmx4096m"
"-Dclojure.compiler.direct-linking=true"]}
:clojure-10 {:extra-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
:clojure-11 {}}}

0 comments on commit 5ceda19

Please sign in to comment.