mirror of
https://github.com/actions/setup-java.git
synced 2024-11-09 10:13:45 -05:00
Update README and action.yml to describe java-version syntax
This commit is contained in:
parent
c74a6f8415
commit
f6b96adea7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ steps:
|
||||||
```
|
```
|
||||||
Examples of version specifications that the java-version parameter will accept:
|
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, ...```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue