Skip to content

Commit 27d6069

Browse files
committed
Use Java 25 on CI
1 parent ad11603 commit 27d6069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Set up JDK
2323
uses: actions/setup-java@v5
2424
with:
25-
distribution: 'zulu'
26-
java-version: '21'
25+
distribution: 'temurin'
26+
java-version: '25'
2727
cache: 'maven'
2828
server-id: ossrh
2929
server-username: MAVEN_USERNAME

0 commit comments

Comments
 (0)