Skip to content

Commit de0b88f

Browse files
committed
Use Java 25 on the CI.
1 parent e5f9a50 commit de0b88f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
submodules: 'recursive'
17-
- name: Set up JDK 21
18-
uses: actions/setup-java@v4
17+
- name: Set up JDK 25
18+
uses: actions/setup-java@v5
1919
with:
20-
java-version: '21'
20+
java-version: '25'
2121
distribution: 'temurin'
2222
cache: maven
2323
- name: Install Python.

0 commit comments

Comments
 (0)