Skip to content

Commit e8ce295

Browse files
authored
Java 17 is the minimum for the main branch
[skip ci]
1 parent 298dd61 commit e8ce295

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
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest, windows-latest, macos-latest]
31-
java: [ 8, 17, 21 ]
31+
java: [ 17, 21 ]
3232
experimental: [false]
3333
# include:
3434
# - java: 22-ea

0 commit comments

Comments
 (0)