Skip to content

Commit 1b659b6

Browse files
alphae-nixLaurent Delatte
andauthored
Upgrade CI to jdk 25 (#344)
Signed-off-by: Laurent Delatte <ldelatte@cosium.com> Co-authored-by: Laurent Delatte <ldelatte@cosium.com>
1 parent 3c25e34 commit 1b659b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up JDK 17
17+
- name: Set up JDK 25
1818
uses: actions/setup-java@v2
1919
with:
20-
java-version: '17'
20+
java-version: '25'
2121
distribution: 'temurin'
2222
- name: Build with Maven
2323
run: ./mvnw --batch-mode clean verify

0 commit comments

Comments
 (0)