Skip to content

Commit 556c90c

Browse files
committed
The Java 23 build is no longer experimental
1 parent 7e66b8d commit 556c90c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ jobs:
2727
continue-on-error: ${{ matrix.experimental }}
2828
strategy:
2929
matrix:
30-
java: [ 8, 11, 17, 21 ]
30+
java: [ 8, 11, 17, 21, 23 ]
3131
experimental: [false]
3232
include:
33-
- java: 23
34-
experimental: true
3533
- java: 24-ea
3634
experimental: true
3735

0 commit comments

Comments
 (0)