Skip to content

Commit 08a4835

Browse files
committed
fix: use JDK 25 instead of 21 to make CI build
1 parent bac0160 commit 08a4835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/setup-java@v5
5555
with:
5656
distribution: 'temurin'
57-
java-version: '21'
57+
java-version: '25'
5858

5959
- name: Set up Gradle
6060
uses: gradle/actions/setup-gradle@v6

0 commit comments

Comments
 (0)