clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

Switch CI test image back to JDK 8 #650

Closed DerGuteMoritz closed 1 year ago

DerGuteMoritz commented 1 year ago

Since JDK 8 is the minimum supported version, we want to run the test suite against this one. This used to be the case before switching to CircleCI's new Clojure Docker image.

Closes #647

DerGuteMoritz commented 1 year ago

The first commit's tests failed as expected per #647. The second commit is my suggested fix from https://github.com/clj-commons/aleph/issues/647#issuecomment-1367982739.

KingMob commented 1 year ago

@DerGuteMoritz Thanks for fixing this!