Skip to content

Commit a24c20c

Browse files
committed
Drop Java 22 build from GH CI
1 parent 67aa215 commit a24c20c

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
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
matrix:
3131
os: [ubuntu-latest, windows-latest, macos-13]
32-
java: [ 8, 11, 17, 21, 22 ]
32+
java: [ 8, 11, 17, 21 ]
3333
experimental: [false]
3434
include:
3535
- java: 23

0 commit comments

Comments
 (0)