I've been wanting to do this for a while, picked JDK 8, 11 and 17 based on the latest data from the JetBrains EcoSystem 2023 (thanks for sharing @dbjorge!). Why are we doing this?
Ensure we do not use functions that's only available in later versions of Java as the minimum support we cover is Java 8
Ensure that we can still run our API's on later Java versions
I've been wanting to do this for a while, picked JDK 8, 11 and 17 based on the latest data from the JetBrains EcoSystem 2023 (thanks for sharing @dbjorge!). Why are we doing this?
No QA required