denibertovic / docker-hs

A Haskell library for the Docker Engine API
BSD 3-Clause "New" or "Revised" License
76 stars 48 forks source link

CI is broken #77

Closed jprider63 closed 2 years ago

jprider63 commented 4 years ago

CI is broken.

denibertovic commented 4 years ago

Yeah I've looked at that a while ago. I'm actually thinking of not supporting old version of docker like we're currently doing. The API is versioned anyway. And I'd much rather this works with newer version than older ones that probably nobody is using. I'm also thinking about dropping support for older GHC releases.

I need to dig up the branch I was testing in and merge it.

jprider63 commented 2 years ago

87 switched to us github actions. We should improve it to run docker integration tests with RUN_INTEGRATION_TESTS=1.

mbg commented 2 years ago

This should be resolved by #92.

denibertovic commented 2 years ago

Thank all. Closing.