mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
fix documentation
This commit is contained in:
parent
51c2bd087e
commit
833502128f
8 changed files with 1370 additions and 3480 deletions
|
@ -158,6 +158,9 @@ jobs:
|
|||
```
|
||||
|
||||
### Install multiple JDKs
|
||||
|
||||
All versions are added to the PATH. The last version will be used and available globally. Other Java versions can be accessed through env variables with such specification as 'JAVA_HOME_{{ MAJOR_VERSION }}_{{ ARCHITECTURE }}'.
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/setup-java@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue