Skip to content

Commit

Permalink
drop support for clojure 1.10
Browse files Browse the repository at this point in the history
tests weren't passing on 1.10 anyway due to code using
clojure.core/random-uuid, introduced in 1.11
  • Loading branch information
opqdonut committed Sep 1, 2023
1 parent 08d35e2 commit 3d5f127
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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
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 3d5f127

Please sign in to comment.