Skip to content

Commit 532ceda

Browse files
committed
Add JDK 25 to the CI setup
1 parent 1c060a9 commit 532ceda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
name: "21",
2222
java-version: 21,
2323
}
24+
- {
25+
name: "25",
26+
java-version: 25,
27+
}
2428
steps:
2529
- uses: actions/checkout@v5
2630
- name: Set up JDK ${{ matrix.java.name }}

0 commit comments

Comments
 (0)