mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
.
This commit is contained in:
parent
a2c7fb3e66
commit
3ec62bb430
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
java-version: 13.0.2
|
java-version: 13.0.2
|
||||||
- name: Verify java 13
|
- name: Verify java 13
|
||||||
run: __tests__/verify-java.sh 13.0_2
|
run: __tests__/verify-java.sh 13.0.2
|
||||||
- run: |
|
- run: |
|
||||||
which java
|
which java
|
||||||
java -version
|
java -version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue