Skip to content

Commit 78c11a7

Browse files
authored
GHA: bump Java to 25 (was 21) (#50)
Java 25 is currently the latest LTS version. It was released over 6 months ago (see https://endoflife.date/oracle-jdk), so there has been enough time for the tooling to adapt to the breaking changes.
1 parent 4ef685f commit 78c11a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2424
with:
2525
distribution: 'temurin'
26-
java-version: '21'
26+
java-version: '25'
2727

2828
- name: Get version from POM
2929
id: version
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3838
with:
3939
distribution: 'temurin'
40-
java-version: '21'
40+
java-version: '25'
4141
server-id: central
4242
server-username: CENTRAL_SONATYPE_USERNAME
4343
server-password: CENTRAL_SONATYPE_PASSWORD
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
5050
with:
5151
distribution: 'temurin'
52-
java-version: '21'
52+
java-version: '25'
5353
server-id: central
5454
server-username: CENTRAL_SONATYPE_USERNAME
5555
server-password: CENTRAL_SONATYPE_PASSWORD

0 commit comments

Comments
 (0)