Skip to content

Commit d9714be

Browse files
committed
Java 25 builds are no longer experimental
1 parent ee8dd06 commit d9714be

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
os: [ubuntu-latest, windows-latest, macos-13]
42-
java: [ 8, 11, 17, 21 ]
42+
java: [ 8, 11, 17, 21, 25 ]
4343
experimental: [false]
4444
# Keep the same parameter order as the matrix above
4545
include:
@@ -48,16 +48,6 @@ jobs:
4848
java: 21
4949
experimental: false
5050
deploy: true
51-
# Experimental builds: Java 25-ea
52-
- os: ubuntu-latest
53-
java: 25
54-
experimental: true
55-
- os: windows-latest
56-
java: 25
57-
experimental: true
58-
- os: macos-latest
59-
java: 25
60-
experimental: true
6151
# Experimental builds: Java 26-ea
6252
- os: ubuntu-latest
6353
java: 26-ea

0 commit comments

Comments
 (0)