Skip to content

Commit 8b5d830

Browse files
committed
Add Java 25 to github actions
1 parent e1cf260 commit 8b5d830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
java-version: [8, 11, 17, 21]
36+
java-version: [8, 11, 17, 21, 25]
3737

3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)