STAMP-project / test-runner

test driver to run JUnit tests isolated in a new JVM
GNU General Public License v3.0
16 stars 15 forks source link

Add matrix to workflows and update JDK distribution #141

Closed andre15silva closed 2 years ago

andre15silva commented 2 years ago

flacoco is facing some issues when running test-runner on Java 18 (17 and below is working fine).

This PR adds several versions of the JDK to the CI workflow.

It also updates the distributions, since adopt has been deprecated and replaced by temurin, and some auxiliary actions.

andre15silva commented 2 years ago

Hi @danglotb !

This PR is done. Would you be able to review it?

I had to do some additional changes:

danglotb commented 2 years ago

Thank you! This is awesome :smile: