Skip to content

Commit 39e8baa

Browse files
committed
Remove java 25 build
1 parent de5c53a commit 39e8baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
java: [ 17, 21, 25 ]
13+
java: [ 17, 21 ]
1414
fail-fast: false
1515
max-parallel: 4
1616
name: JDK ${{ matrix.java }}

0 commit comments

Comments
 (0)