diff --git a/README.md b/README.md index d27cc632..5a86f0a4 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ This will generate a GitHub workflow file inside the `.github/workflows` directo ### Default Testing Strategy -The default testing strategy for ZIO SBT CI plugin is to run `sbt +test` on java 8, 11 and 17. So this will generate the following job: +The default testing strategy for ZIO SBT CI plugin is to run `sbt +test` on Corretto Java 11, 17 and 21. So this will generate the following job: ```yaml test: diff --git a/docs/index.md b/docs/index.md index 05c0ea60..31d06d14 100644 --- a/docs/index.md +++ b/docs/index.md @@ -129,7 +129,7 @@ This will generate a GitHub workflow file inside the `.github/workflows` directo ### Default Testing Strategy -The default testing strategy for ZIO SBT CI plugin is to run `sbt +test` on java 8, 11 and 17. So this will generate the following job: +The default testing strategy for ZIO SBT CI plugin is to run `sbt +test` on Corretto Java 11, 17 and 21. So this will generate the following job: ```yaml test: