Skip to content

Commit f9e870d

Browse files
author
jruaux
committed
Upgraded default java version to 21
1 parent 6e41f83 commit f9e870d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: false
99
type: string
1010
java-version:
11-
default: '19'
11+
default: '21'
1212
required: false
1313
type: string
1414
jmh-results-path:

.github/workflows/build-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
java-version:
7-
default: '11'
7+
default: '21'
88
required: false
99
type: string
1010

.github/workflows/build-multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
java-version:
7-
default: '8'
7+
default: '21'
88
required: false
99
type: string
1010

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_call:
55
inputs:
66
java-version:
7-
default: '11'
7+
default: '21'
88
required: false
99
type: string
1010

.github/workflows/early-access-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: false
1313
type: string
1414
java-version:
15-
default: '11'
15+
default: '21'
1616
required: false
1717
type: string
1818
secrets:

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: false
1313
type: string
1414
java-version:
15-
default: '11'
15+
default: '21'
1616
required: false
1717
type: string
1818
tasks:

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
required: true
1313
type: string
1414
java-version:
15-
default: '11'
15+
default: '21'
1616
required: false
1717
type: string
1818
secrets:

.github/workflows/release-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
required: false
1717
type: string
1818
java-version:
19-
default: '11'
19+
default: '21'
2020
required: false
2121
type: string
2222
publish:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
required: false
1616
type: string
1717
java-version:
18-
default: '11'
18+
default: '21'
1919
required: false
2020
type: string
2121
tasks:

0 commit comments

Comments
 (0)