mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
bump microsoft openjdk versions
fixes: https://github.com/actions/setup-java/issues/296
This commit is contained in:
parent
f69f00b5e5
commit
cd2bc4097e
2 changed files with 4 additions and 4 deletions
4
dist/setup/index.js
vendored
4
dist/setup/index.js
vendored
|
@ -13917,7 +13917,7 @@ class MicrosoftDistributions extends base_installer_1.JavaBase {
|
||||||
// We will need Microsoft to add an endpoint where we can query for versions.
|
// We will need Microsoft to add an endpoint where we can query for versions.
|
||||||
const jdkVersions = [
|
const jdkVersions = [
|
||||||
{
|
{
|
||||||
version: [17, 0, 1, 12, 1]
|
version: [17, 0, 2, 8, 1]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
version: [16, 0, 2, 7, 1]
|
version: [16, 0, 2, 7, 1]
|
||||||
|
@ -13926,7 +13926,7 @@ class MicrosoftDistributions extends base_installer_1.JavaBase {
|
||||||
// M1 is only supported for Java 16 & 17
|
// M1 is only supported for Java 16 & 17
|
||||||
if (process.platform !== 'darwin' || this.architecture !== 'aarch64') {
|
if (process.platform !== 'darwin' || this.architecture !== 'aarch64') {
|
||||||
jdkVersions.push({
|
jdkVersions.push({
|
||||||
version: [11, 0, 13, 8, 1]
|
version: [11, 0, 14, 1, 1]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
return jdkVersions;
|
return jdkVersions;
|
||||||
|
|
|
@ -81,7 +81,7 @@ export class MicrosoftDistributions extends JavaBase {
|
||||||
// We will need Microsoft to add an endpoint where we can query for versions.
|
// We will need Microsoft to add an endpoint where we can query for versions.
|
||||||
const jdkVersions = [
|
const jdkVersions = [
|
||||||
{
|
{
|
||||||
version: [17, 0, 1, 12, 1]
|
version: [17, 0, 2, 8, 1]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
version: [16, 0, 2, 7, 1]
|
version: [16, 0, 2, 7, 1]
|
||||||
|
@ -91,7 +91,7 @@ export class MicrosoftDistributions extends JavaBase {
|
||||||
// M1 is only supported for Java 16 & 17
|
// M1 is only supported for Java 16 & 17
|
||||||
if (process.platform !== 'darwin' || this.architecture !== 'aarch64') {
|
if (process.platform !== 'darwin' || this.architecture !== 'aarch64') {
|
||||||
jdkVersions.push({
|
jdkVersions.push({
|
||||||
version: [11, 0, 13, 8, 1]
|
version: [11, 0, 14, 1, 1]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue