Skip to content

Commit d7861eb

Browse files
committed
CI builds: Replace Java 22 with Java 23
1 parent af47000 commit d7861eb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
java: [ 8, 11, 17, 21 ]
3232
experimental: [false]
3333
include:
34-
- java: 22
35-
os: ubuntu-latest
36-
experimental: true
37-
- java: 23-ea
34+
- java: 23
3835
os: ubuntu-latest
3936
experimental: true
4037
- java: 24-ea

0 commit comments

Comments
 (0)