jarlah / testcontainers-ceph

A Testcontainers implementation for Ceph
Apache License 2.0
3 stars 3 forks source link

setup-java v4 #102

Closed sullis closed 5 months ago

jarlah commented 5 months ago

Is there any advantage by using v4? Does it fix anything? I do welcome removal of Java 15 however.

sullis commented 5 months ago

Is there any advantage by using v4? Does it fix anything? I do welcome removal of Java 15 however.

https://github.com/actions/setup-java/blob/main/README.md

v2 vs v1

V2 supports custom distributions and provides support for Azul Zulu OpenJDK, 
Eclipse Temurin and AdoptOpenJDK out of the box. V1 supports only 
Azul Zulu OpenJDK.

v4

v4 is the latest release of this GitHub Action

Release notes are available here: https://github.com/actions/setup-java/releases