From 54f689176f9e54df10e306bf5eaa2c160b0bb444 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Tue, 28 May 2024 10:23:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a86f0a4..d27cc632 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 Corretto Java 11, 17 and 21. So this will generate the following job: +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: ```yaml test: