seancorfield / next-jdbc

A modern low-level Clojure wrapper for JDBC-based access to databases.
https://cljdoc.org/d/com.github.seancorfield/next.jdbc/
Eclipse Public License 1.0
755 stars 90 forks source link

Consider dropping JDK 8 support in testing matrix? #215

Closed seancorfield closed 1 year ago

seancorfield commented 2 years ago

Testing against JDK 8 forces us to use a lot of old driver versions.

I guess we could push those into a :jdk8 alias and all the newer ones into some other alias and then arrange for the build.clj and clojure -X:test calls to "do the right thing" but it's probably easier just to drop JDK 8 support altogether at this point?