Skip to content

Commit 6c6affb

Browse files
committed
Test against Java 25
1 parent 15f3c0d commit 6c6affb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
checks: write
5353
strategy:
5454
matrix:
55-
java: [ '17', '21' ]
55+
java: [ '17', '21', '25' ]
5656
steps:
5757
- uses: actions/checkout@v5
5858
- uses: ./.github/actions/setup-build

0 commit comments

Comments
 (0)