PathVisio / pathvisio

PathVisio - pathway editor, visualization and analysis software
http://www.pathvisio.org
Apache License 2.0
21 stars 21 forks source link

Set up GitHub Actions to compile PathVisio #203

Closed larsgw closed 10 months ago

larsgw commented 10 months ago

Fix #202

larsgw commented 10 months ago

The Travis CI configuration also built against OpenJDK 11 and 14. This uses Temurin, which does not have 14. However, neither 11 nor 17 (the next LTS in Temurin) compile.

mkutmon commented 10 months ago

is there a possibility to build against JDK 8? Since PV4 will be a completely different codebase and repo, I don't think it's needed to build this repo against higher Java.

larsgw commented 10 months ago

This builds against JDK 8. I just wanted to mention that the old .travis.yml also seemed to build against 11 and 14, so if that is needed, it needs to be figured out.

mkutmon commented 10 months ago

ah perfect! thanks! just got confused... :)