coobird / thumbnailator

Thumbnailator - a thumbnail generation library for Java
MIT License
5.14k stars 784 forks source link

Take advantage of GitHub CI's free runners to build and test the project. #169

Closed carldea closed 2 years ago

carldea commented 3 years ago

Enhancement

Build using GitHub CI instead of Travis or along with Travis.

The following is the PR that builds and tests whenever there is a push event. https://github.com/coobird/thumbnailator/pull/168

coobird commented 2 years ago

Thanks for the suggestion. Since Thumbnailator targets Java 5+ (GitHub CI supports Java 8, 11 and 12 only), I'm running CI on a local system to exercise each of the targeted versions.

carldea commented 2 years ago

Thanks for the suggestion. Since Thumbnailator targets Java 5+ (GitHub CI supports Java 8, 11 and 12 only), I'm running CI on a local system to exercise each of the targeted versions.

no problem. Actually zulu does support Java 6-18, but not 5 (i don't believe)