Skip to content

Commit 2c557a1

Browse files
committed
CI builds: Replace Java 22 with Java 23
1 parent 282d2eb commit 2c557a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
continue-on-error: ${{ matrix.experimental }}
2828
strategy:
2929
matrix:
30-
java: [ 8, 11, 17, 21, 22 ]
30+
java: [ 8, 11, 17, 21 ]
3131
experimental: [false]
3232
include:
33-
- java: 23-ea
33+
- java: 23
3434
experimental: true
3535
- java: 24-ea
3636
experimental: true

0 commit comments

Comments
 (0)