Skip to content

Commit 742fed3

Browse files
committed
Revert "ci: Build against Java 25"
This reverts commit db9ffb6.
1 parent db9ffb6 commit 742fed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
java-version: [ 8, 11, 17, 21, 25 ]
18+
java-version: [ 8, 11, 17, 21, 24 ]
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)