1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-09-19 16:16:43 +00:00
This commit is contained in:
AGulev 2022-05-25 08:41:31 +02:00
parent e8f1c8b5ca
commit 72dec17e4f

3
dist/setup/index.js vendored
View file

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