Skip to content

Commit 1e90ff9

Browse files
authored
default maven 3.9.9 add jdk 21
1 parent bc99b50 commit 1e90ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
maven_version:
1313
description: The Maven version used for builds
1414
required: false
15-
default: '3.9.4'
15+
default: '3.9.9'
1616
type: string
1717

1818
os-matrix:
@@ -24,7 +24,7 @@ on:
2424
jdk-matrix:
2525
description: 'jdk matrix as json array'
2626
required: false
27-
default: '[ "11", "17" ]'
27+
default: '[ "11", "17", "21" ]'
2828
type: string
2929

3030
matrix-exclude:

0 commit comments

Comments
 (0)