0x1306e6d / tollgate

An API gateway for your microservice.
MIT License
6 stars 1 forks source link

Build pull request on both JDK 11 and 16 #133

Closed 0x1306e6d closed 3 years ago

0x1306e6d commented 3 years ago

tollgate requires Java 11 or newer. However, GitHub Actions build only on JDK 11 so we can't check it's available on JDK 12 or newer. Now the GitHub Actions build on both JDK 11 and 16. When JDK 17 that is the latest LTS version is released, will change JDK 16 to 17.