Use GitHub CI to test project on LTS versions of Java#278
Use GitHub CI to test project on LTS versions of Java#278carldea wants to merge 3 commits intonpgall:masterfrom
Conversation
|
Could you explain what this will do? Will it add a second CI integration? CQEngine project is already using travis-ci to test CQEngine with LTS versions of Java. So I'm not sure it makes sense to add another such integration. Unless you could explain what the benefits would be? |
|
Niall, Sorry for the slow reply. My response is below:
GitHub Actions has some advantages:
There are literally hundreds of article on reasons why, but I found this article as to good reasons to make the switch: In a nutshell if they are the same from a build perspective (cleaner, easier, in one place, and continue to be free) why not? |
Created a convenient GitHub CI workflow to test project. GitHub CI allows up to 4 concurrent runners.