Skip to content

Commit 2aa03cf

Browse files
committed
Use Java 25 GA for build
1 parent 78b44dd commit 2aa03cf

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
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
15-
jdk: [11, 17, 21, 25-ea]
15+
jdk: [11, 17, 21, 25]
1616
include:
1717
# lengthy build steps should only be performed on linux with Java 17 (Sonarcloud analysis, deployment)
1818
- os: ubuntu-latest

0 commit comments

Comments
 (0)