mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
add more capabilities
This commit is contained in:
parent
079229f185
commit
29d5f19da2
4 changed files with 107 additions and 18 deletions
12
README.md
12
README.md
|
@ -30,12 +30,12 @@ Examples of version specifications that the java-version parameter will accept:
|
|||
- A major Java version
|
||||
|
||||
e.g. ```6, 7, 8, 9, 10, 11, 12, 13, ...```
|
||||
|
||||
- A semver Java version specification (Zulu only)
|
||||
|
||||
- A semver Java version specification
|
||||
|
||||
e.g. ```8.0.232, 7.0.181, 11.0.4```
|
||||
|
||||
e.g. ```8.0.x, >11.0.3, >=13.0.1, <8.0.212```
|
||||
|
||||
e.g. ```8.0.x, >11.0.3, >=13.0.1, <8.0.212``` (Zulu only)
|
||||
|
||||
- An early access (EA) Java version (Zulu only)
|
||||
|
||||
|
@ -46,8 +46,8 @@ Examples of version specifications that the java-version parameter will accept:
|
|||
e.g. ```14.0.0-ea.28, 15.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.
|
||||
|
||||
- 1.x syntax (Zulu only)
|
||||
|
||||
- 1.x syntax
|
||||
|
||||
e.g. ```1.8``` (same as ```8```)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue