Skip to content

Commit 06d9819

Browse files
committed
remove jdk25, it requires different google formatter version
1 parent a986979 commit 06d9819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [ 8, 11, 17, 21, 25 ]
16+
java: [ 8, 11, 17, 21]
1717
name: Java ${{ matrix.java }} build
1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)