Skip to content

Commit e38b571

Browse files
Update CI workflows to Java 25 (#360)
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 66042fc commit e38b571

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/maven-publish-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Set up JDK 17
16+
- name: Set up JDK 25
1717
uses: actions/setup-java@v5
1818
with:
19-
java-version: "17"
19+
java-version: "25"
2020
distribution: "temurin"
2121
cache: maven
2222
server-id: central

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up JDK 17
19+
- name: Set up JDK 25
2020
uses: actions/setup-java@v5
2121
with:
22-
java-version: "17"
22+
java-version: "25"
2323
distribution: "temurin"
2424
cache: maven
2525
server-id: central

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
7373
echo "Deleted user-created tag $TAG_NAME"
7474
75-
- name: Set up JDK 17
75+
- name: Set up JDK 25
7676
uses: actions/setup-java@v5
7777
with:
78-
java-version: "17"
78+
java-version: "25"
7979
distribution: "temurin"
8080
cache: maven
8181

0 commit comments

Comments
 (0)