Skip to content

Commit a8cc0df

Browse files
committed
remove java11, add java 25
1 parent afcbd37 commit a8cc0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
fail-fast: false
8282
matrix:
83-
java: ['8', '11', '17', '21']
83+
java: ['8', '17', '21', '25']
8484
distribution: ['temurin', 'corretto', 'zulu']
8585
extra: ['false', 'true']
8686

0 commit comments

Comments
 (0)