Skip to content

Commit ae26cab

Browse files
authored
Update to Java 17 (#242)
1 parent ee43590 commit ae26cab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ steps:
2929
- uses: actions/setup-java@v2
3030
with:
3131
distribution: 'temurin' # See 'Supported distributions' for available options
32-
java-version: '11'
32+
java-version: '17'
3333
- run: java -cp java HelloWorldApp
3434
```
3535
@@ -46,8 +46,8 @@ steps:
4646
4747
#### Supported version syntax
4848
The `java-version` input supports an exact version or a version range using [SemVer](https://semver.org/) notation:
49-
- major versions: `8`, `11`, `16`
50-
- more specific versions: `11.0`, `11.0.4`, `8.0.232`, `8.0.282+8`
49+
- major versions: `8`, `11`, `16`, `17`
50+
- more specific versions: `17.0`, `11.0`, `11.0.4`, `8.0.232`, `8.0.282+8`
5151
- early access (EA) versions: `15-ea`, `15.0.0-ea`, `15.0.0-ea.2`, `15.0.0+2-ea`
5252

5353
#### Supported distributions

0 commit comments

Comments
 (0)