Skip to content

Commit aa88e4e

Browse files
authored
Use JDK 18 GA instead of 18 EA
JDK 18 is now released, use the GA version instead of EA in build matrix.
1 parent 251d6e2 commit aa88e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535
jdk-matrix:
3636
description: 'jdk matrix as json array'
3737
required: false
38-
default: '[ "8", "11", "17", "18-ea" ]'
38+
default: '[ "8", "11", "17", "18" ]'
3939
type: string
4040

4141
matrix-exclude:

0 commit comments

Comments
 (0)