mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Fix tests
This commit is contained in:
parent
6c633eb725
commit
7206b0eb43
3 changed files with 8 additions and 3 deletions
|
@ -121,7 +121,7 @@ steps:
|
|||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'oracle'
|
||||
java-version: '17'
|
||||
java-version: '21'
|
||||
- run: java -cp java HelloWorldApp
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue