twingly / twingly-search-api-java

:coffee: Twingly Blog Search API in Java
https://developer.twingly.com/resources/search/
3 stars 7 forks source link

Stop running Java 7 tests on Travis CI #40

Closed walro closed 5 years ago

walro commented 5 years ago

Multiple reasons:

Close #38

roback commented 5 years ago

When making a release of the gem we have documented that we should use Java 7: https://github.com/twingly/twingly-search-api-java#make-the-release.

That's something we might want to change, but it has nothing to do with Travis/which Java versions we support so we can perhaps defer that to an issue.

walro commented 5 years ago

When making a release of the gem we have documented that we should use Java 7: https://github.com/twingly/twingly-search-api-java#make-the-release.

I started to remove that stuff first (there are more Java 7 references), but then I figured I'd have to release a new version to fully test the workflow and felt a bit too much at this stage so I decided to focus on getting green builds.

walro commented 5 years ago

… if we ever introduce new features I am sure we will need to drop Java 7 support.