Skip to content

Commit

Permalink
Fix README (#401)
Browse files Browse the repository at this point in the history
See:
- #399
- #400
  • Loading branch information
guizmaii authored May 28, 2024
1 parent c62d63e commit 916136c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 916136c

Please sign in to comment.