mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 01:46:46 +00:00
Add Microsoft Java 11.0.15
11.0.15 is LTS version. It's important to have it in the list. Fix https://github.com/actions/setup-java/issues/329
This commit is contained in:
parent
05b9e395e1
commit
aea7dfdf48
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ export class MicrosoftDistributions extends JavaBase {
|
||||||
jdkVersions.push({
|
jdkVersions.push({
|
||||||
version: [11, 0, 13, 8, 1]
|
version: [11, 0, 13, 8, 1]
|
||||||
});
|
});
|
||||||
|
jdkVersions.push({
|
||||||
|
version: [11, 0, 15]
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
return jdkVersions;
|
return jdkVersions;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue