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:
Alexey Gulev 2022-05-24 19:00:00 +02:00 committed by GitHub
parent 05b9e395e1
commit aea7dfdf48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,9 @@ export class MicrosoftDistributions extends JavaBase {
jdkVersions.push({
version: [11, 0, 13, 8, 1]
});
jdkVersions.push({
version: [11, 0, 15]
});
}
return jdkVersions;