Skip to content

Commit 294b2b5

Browse files
committed
Fix GitHub builds by updating Java 21 to 25
1 parent b4cb9cf commit 294b2b5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- name: 📄 Checkout repository
2020
uses: actions/checkout@v4
2121

22-
- name: ☕ Set up JDK 21
22+
- name: ☕ Set up JDK 25
2323
uses: actions/setup-java@v4
2424
with:
2525
distribution: temurin
26-
java-version: 21
26+
java-version: 25
2727
cache: maven
2828

2929
- name: 📦 Build with Maven

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- name: 📄 Checkout repository
1818
uses: actions/checkout@v4
1919

20-
- name: ☕ Set up JDK 21
20+
- name: ☕ Set up JDK 25
2121
uses: actions/setup-java@v4
2222
with:
2323
distribution: temurin
24-
java-version: 21
24+
java-version: 25
2525
cache: maven
2626

2727
- name: 🪛 Update version in pom.xml

0 commit comments

Comments
 (0)