From 916136c89d35c736dc52c765c2d433802bf6f355 Mon Sep 17 00:00:00 2001 From: Jules Ivanic Date: Tue, 28 May 2024 18:34:16 +0800 Subject: [PATCH] Fix README (#401) See: - https://github.com/zio/zio-sbt/pull/399 - https://github.com/zio/zio-sbt/pull/400 --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: