mirror of
https://github.com/actions/setup-java.git
synced 2025-10-18 16:18:20 +00:00
Merge ce975d168d
into ead9eaa3cf
This commit is contained in:
commit
f3c1486256
9 changed files with 25 additions and 25 deletions
|
@ -248,7 +248,7 @@ describe('getAvailableVersions', () => {
|
|||
['21.0.3+8-ea', 'linux', 'x64', '21.0.3+8'],
|
||||
['17', 'linux-muse', 'aarch64']
|
||||
])(
|
||||
'should throw when required version of JDK can not be found in the JSON',
|
||||
'should throw when required version of JDK cannot be found in the JSON',
|
||||
async (
|
||||
version: string,
|
||||
platform: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue