mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Refresh Java version examples
This commit is contained in:
parent
8bb50d97d6
commit
7e88982420
1 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ Examples of version specifications that the java-version parameter will accept:
|
||||||
|
|
||||||
- A major Java version
|
- A major Java version
|
||||||
|
|
||||||
e.g. ```6, 7, 8, 9, 10, 11, 12, 13, ...```
|
e.g. ```6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, ...```
|
||||||
|
|
||||||
- A semver Java version specification
|
- A semver Java version specification
|
||||||
|
|
||||||
|
@ -38,11 +38,11 @@ Examples of version specifications that the java-version parameter will accept:
|
||||||
|
|
||||||
- An early access (EA) Java version
|
- An early access (EA) Java version
|
||||||
|
|
||||||
e.g. ```14-ea, 15-ea```
|
e.g. ```17-ea```
|
||||||
|
|
||||||
e.g. ```14.0.0-ea, 15.0.0-ea```
|
e.g. ```17.0.0-ea```
|
||||||
|
|
||||||
e.g. ```14.0.0-ea.28, 15.0.0-ea.2``` (syntax for specifying an EA build number)
|
e.g. ```17.0.0-ea.2``` (syntax for specifying an EA build number)
|
||||||
|
|
||||||
Note that, per semver rules, EA builds will be matched by explicit EA version specifications.
|
Note that, per semver rules, EA builds will be matched by explicit EA version specifications.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue