elastic / elastic-otel-java

Apache License 2.0
8 stars 7 forks source link

Test on various JVM versions on CI #180

Closed JonasKunz closed 3 months ago

JonasKunz commented 3 months ago

Currently we only run tests on Temurin JDK 17. This means we accidentally could have Java 8 incompatibilities in our code. In addition, we have some tests related to virtual threads which require Java 21 to run.

We should change the testing on CI to run on different JVM versions and distros.